From 38cf0c62bf86c2221ac0b7aa55cd8bc4a0f849a4 Mon Sep 17 00:00:00 2001 From: RDF Date: Thu, 15 Sep 2022 11:57:33 -0300 Subject: [PATCH] first commit --- init.playbook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/init.playbook.yml b/init.playbook.yml index 876a8d1..a62abb7 100644 --- a/init.playbook.yml +++ b/init.playbook.yml @@ -8,6 +8,7 @@ - with_fileglob: Hooks/*.j2.* ansible.builtin.copy: src: "{{item}}" + mode: 0755 dest: ".git/hooks/{{ item | split('/') | last | split('.') | first }}" # Init submodules