first commit
This commit is contained in:
parent
e957362802
commit
38cf0c62bf
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue