projects
/
noc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb0b049
)
roles/openwrt-image: Fixup directory modes
author
nicoo
<nicoo@realraum.at>
Sun, 20 May 2018 22:57:18 +0000
(
00:57
+0200)
committer
nicoo
<nicoo@realraum.at>
Sun, 20 May 2018 22:57:18 +0000
(
00:57
+0200)
ansible/roles/openwrt-image/tasks/prepare.yml
patch
|
blob
|
history
diff --git
a/ansible/roles/openwrt-image/tasks/prepare.yml
b/ansible/roles/openwrt-image/tasks/prepare.yml
index
bf09f31
..
7ed93d0
100644
(file)
--- a/
ansible/roles/openwrt-image/tasks/prepare.yml
+++ b/
ansible/roles/openwrt-image/tasks/prepare.yml
@@
-11,6
+11,7
@@
file:
path: "{{ item }}"
state: directory
+ mode: '0755'
with_items:
- "{{ openwrt_imgbuilder_files }}/etc/config"
- "{{ openwrt_mixin | map('dirname') | map('regex_replace', '^', openwrt_imgbuilder_files) | unique | list }}"