mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
bodhi-backend: fix up some tasks around restarting fedmsg-hub-3
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -391,21 +391,17 @@
|
||||
owner=apache
|
||||
group=nrpe
|
||||
state=directory
|
||||
ignore_errors: true
|
||||
notify:
|
||||
- restart fedmsg-hub-3
|
||||
tags:
|
||||
- fedmsgmonitor
|
||||
- bodhi
|
||||
|
||||
- name: ensure that nrpe has rights to monitor us (file)
|
||||
file: >
|
||||
dest=/var/run/fedmsg/monitoring-fedmsg-hub.socket
|
||||
dest=/var/run/fedmsg/monitoring-fedmsg-hub-3.socket
|
||||
mode=0775
|
||||
owner=apache
|
||||
group=nrpe
|
||||
state=file
|
||||
ignore_errors: true
|
||||
tags:
|
||||
- fedmsgmonitor
|
||||
- bodhi
|
||||
|
||||
Reference in New Issue
Block a user