summaryrefslogtreecommitdiff
path: root/roles/git
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-11 21:35:01 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-11 21:35:01 +0100
commit587b6dd6d2d3a63ad28455003c0c2c5f58afdecb (patch)
treec2342ed5766c09e98c1948c4fbaa6667a53b4538 /roles/git
parent379fbe46b77c84a419a0b438b088e65b76406c73 (diff)
downloadAnsible-587b6dd6d2d3a63ad28455003c0c2c5f58afdecb.tar.gz
Ansible-587b6dd6d2d3a63ad28455003c0c2c5f58afdecb.tar.zst
Ansible-587b6dd6d2d3a63ad28455003c0c2c5f58afdecb.zip
Add dir creation
Diffstat (limited to 'roles/git')
-rw-r--r--roles/git/tasks/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml
index e2a5bbf..853ecb2 100644
--- a/roles/git/tasks/main.yml
+++ b/roles/git/tasks/main.yml
@@ -1,4 +1,11 @@
1--- 1---
2- name: Config dirs
3 file:
4 state: directory
5 path: "$XDG_CONFIG_HOME/{{ item }}"
6 loop:
7 - tig
8 - git/templates_fretlink/hooks
2- name: Config files 9- name: Config files
3 copy: 10 copy:
4 mode: preserve 11 mode: preserve