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:
Kevin Fenzi 2016-01-10 23:34:42 +00:00
parent 87a27b606f
commit 81d9237c62

View file

@ -60,7 +60,7 @@
- name: create a /var/run/fedmsg dir with setgid for monitoring.
file: >
dest=/var/run/fedmsg
mode=2775
mode=0775
owner=fedmsg
group=fedmsg
state=directory