mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 19:11:24 +08:00
bodhi: Create /var/cache/fedmsg and have apache own it
This commit is contained in:
@@ -336,6 +336,17 @@
|
||||
- config
|
||||
- bodhi
|
||||
|
||||
- name: have the apache own /var/cache/fedmsg because of course..
|
||||
file: >
|
||||
path="/var/cache/fedmsg"
|
||||
owner=apache
|
||||
group=apache
|
||||
state=directory
|
||||
when: inventory_hostname.startswith('bodhi-backend')
|
||||
tags:
|
||||
- config
|
||||
- bodhi
|
||||
|
||||
- name: ensure that nrpe has rights to monitor us (dir), including setgid bit.
|
||||
file: >
|
||||
dest=/var/run/fedmsg
|
||||
|
||||
Reference in New Issue
Block a user