From b30cb8c70b5e3b17817f230a50dfc6ea47f44c1c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 15 Apr 2019 14:52:29 +0000 Subject: [PATCH] bodhi-backend: fix up some tasks around restarting fedmsg-hub-3 Signed-off-by: Kevin Fenzi --- roles/bodhi2/backend/tasks/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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