bodhi2: have the masher own the mash cache on the backend
This commit is contained in:
parent
12dc010f4d
commit
80d9be7984
1 changed files with 10 additions and 0 deletions
|
@ -290,3 +290,13 @@
|
||||||
tags:
|
tags:
|
||||||
- bodhi
|
- bodhi
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
- name: have the masher own /var/cache/mash
|
||||||
|
file: >
|
||||||
|
path="/var/cache/mash"
|
||||||
|
owner=masher
|
||||||
|
group=masher
|
||||||
|
when: inventory_hostname.startswith('bodhi-backend')
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- bodhi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue