Revert "Set this to 0775 like it's set in a later play so they don't flip flop perms back and forth"

This reverts commit 81d9237c62.
This commit is contained in:
Kevin Fenzi 2016-01-11 16:57:53 +00:00
parent 81d9237c62
commit 63ac561e4e

View file

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