diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-18 18:23:07 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-18 18:23:07 +0100 |
| commit | 80fd26b93ea5eb09cba1f6f2ec473d0b9e91cf0f (patch) | |
| tree | c905d610aa35bb0e5082eaced0935ef21862093f /roles | |
| parent | c3bb987272091e1993227f3a19a1bc515476ebf0 (diff) | |
Fix task name for git-crypt
Diffstat (limited to 'roles')
| -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" |
