diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index b03119355b..cec79476c7 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -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