summaryrefslogtreecommitdiffstats
path: root/roles/git-crypt/tasks
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
commita6b18d1b3ec8cb831a1c5aa623bb6afccd6a3c7e (patch)
treec905d610aa35bb0e5082eaced0935ef21862093f /roles/git-crypt/tasks
parent2087aa54350a20fcfe2fdea17bcc3bf3493d8898 (diff)
Fix task name for git-crypt
Diffstat (limited to 'roles/git-crypt/tasks')
-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"