diff options
Diffstat (limited to 'roles/git-crypt')
| -rw-r--r-- | roles/git-crypt/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/git-crypt/tasks/main.yml b/roles/git-crypt/tasks/main.yml index b3fe1f51..c65dfa3d 100644 --- a/roles/git-crypt/tasks/main.yml +++ b/roles/git-crypt/tasks/main.yml @@ -1,5 +1,5 @@ --- -- name: "Ensure git is installed" +- name: "Ensure git-crypt is installed" become: true ansible.builtin.package: name: "git-crypt" |
