apps-fp-o: Change directory mode to 2755 since thats what it becomes after sync
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
60f6cb5f50
commit
daa470f778
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
mode: '0775'
|
mode: '2775'
|
||||||
loop:
|
loop:
|
||||||
- '/srv/web/apps-fp-o/global/'
|
- '/srv/web/apps-fp-o/global/'
|
||||||
- '/srv/web/apps-fp-o/img/icons/'
|
- '/srv/web/apps-fp-o/img/icons/'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue