Fix fs permissions

This commit is contained in:
cytopia
2018-03-05 01:36:44 +01:00
parent 1ccbf6e64a
commit 30a0d45bad
2 changed files with 1 additions and 1 deletions

0
.gitignore vendored Executable file → Normal file
View File

View File

@@ -5,6 +5,6 @@
src: "{{ item.src }}" src: "{{ item.src }}"
dest: "{{ item.dst }}" dest: "{{ item.dst }}"
force: True force: True
mode: 0664 mode: 0644
with_items: with_items:
- "{{ template_files }}" - "{{ template_files }}"