mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
bodhi2: have the masher own the mash cache on the backend
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user