summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-18 18:23:07 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-18 18:23:07 +0100
commit80fd26b93ea5eb09cba1f6f2ec473d0b9e91cf0f (patch)
treec905d610aa35bb0e5082eaced0935ef21862093f
parentc3bb987272091e1993227f3a19a1bc515476ebf0 (diff)
Fix task name for git-crypt
-rw-r--r--roles/git-crypt/tasks/main.yml2
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"