Make masher own /var/cache/bodhi.
This commit is contained in:
parent
9b8fe80ab1
commit
feae41df5e
1 changed files with 10 additions and 0 deletions
|
@ -265,6 +265,16 @@
|
|||
- config
|
||||
- bodhi
|
||||
|
||||
- name: have the masher own /var/cache/bodhi because of course..
|
||||
file: >
|
||||
path="/var/cache/bodhi"
|
||||
owner=masher
|
||||
group=masher
|
||||
when: inventory_hostname.startswith('bodhi-backend')
|
||||
tags:
|
||||
- config
|
||||
- bodhi
|
||||
|
||||
- name: ensure that nrpe has rights to monitor us (dir)
|
||||
file: >
|
||||
dest=/var/run/fedmsg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue