Give fedmsg write access here so it can update xapian.
This commit is contained in:
parent
615401e13e
commit
e2201e9553
1 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,12 @@
|
|||
- packages/web
|
||||
|
||||
- name: Create some directories
|
||||
file: path={{ item }} state=directory owner=apache group=apache mode=755
|
||||
file:
|
||||
path={{ item }}
|
||||
state=directory
|
||||
owner=apache
|
||||
group=fedmsg
|
||||
mode=775
|
||||
with_items:
|
||||
- /etc/fedoracommunity
|
||||
- /var/cache/fedoracommunity # the gluster role usually creates this one
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue