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 | a6b18d1b3ec8cb831a1c5aa623bb6afccd6a3c7e (patch) | |
| tree | c905d610aa35bb0e5082eaced0935ef21862093f /roles/git-crypt/tasks/main.yml | |
| parent | 2087aa54350a20fcfe2fdea17bcc3bf3493d8898 (diff) | |
Fix task name for git-crypt
Diffstat (limited to 'roles/git-crypt/tasks/main.yml')
| -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" |
