bodhi2: have the masher own the mash cache on the backend

This commit is contained in:
Luke Macken 2015-08-18 22:16:33 +00:00
parent 12dc010f4d
commit 80d9be7984

View file

@ -290,3 +290,13 @@
tags:
- bodhi
- 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