summaryrefslogtreecommitdiffstats
path: root/roles/git-crypt/tasks/main.yml
blob: c65dfa3d80b474e9ce74fca91efe03e42431c5ac (plain) (blame)
1
2
3
4
5
6
---
- name: "Ensure git-crypt is installed"
  become: true
  ansible.builtin.package:
    name: "git-crypt"
    state: "present"