Set this to 0775 like it's set in a later play so they don't flip flop perms back and forth
This commit is contained in:
parent
87a27b606f
commit
81d9237c62
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
- name: create a /var/run/fedmsg dir with setgid for monitoring.
|
- name: create a /var/run/fedmsg dir with setgid for monitoring.
|
||||||
file: >
|
file: >
|
||||||
dest=/var/run/fedmsg
|
dest=/var/run/fedmsg
|
||||||
mode=2775
|
mode=0775
|
||||||
owner=fedmsg
|
owner=fedmsg
|
||||||
group=fedmsg
|
group=fedmsg
|
||||||
state=directory
|
state=directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue