Skip to content

Commit

Permalink
Fix fs permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Mar 5, 2018
1 parent 1ccbf6e commit 30a0d45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified .gitignore
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion build/ansible/roles/template/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
src: "{{ item.src }}"
dest: "{{ item.dst }}"
force: True
mode: 0664
mode: 0644
with_items:
- "{{ template_files }}"

0 comments on commit 30a0d45

Please sign in to comment.