From 9aa1383cb314e987a90323dfb49731512a73c30a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 18 Jan 2026 17:40:40 +0100 Subject: Add git-crypt role to different machines --- roles/git-crypt/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/git-crypt/tasks/main.yml (limited to 'roles/git-crypt/tasks/main.yml') diff --git a/roles/git-crypt/tasks/main.yml b/roles/git-crypt/tasks/main.yml new file mode 100644 index 00000000..b3fe1f51 --- /dev/null +++ b/roles/git-crypt/tasks/main.yml @@ -0,0 +1,6 @@ +--- +- name: "Ensure git is installed" + become: true + ansible.builtin.package: + name: "git-crypt" + state: "present" -- cgit v1.2.3