From cdc204546fb08739db70fc1fcf185373bacd7d16 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 27 Aug 2015 19:43:57 +0000 Subject: [PATCH] Don't let master.yml runs accidentally restart the masher. --- handlers/restart_services.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/restart_services.yml b/handlers/restart_services.yml index 8d951c38fb..6b74109e10 100644 --- a/handlers/restart_services.yml +++ b/handlers/restart_services.yml @@ -22,6 +22,7 @@ - name: restart fedmsg-hub command: /usr/local/bin/conditional-restart.sh fedmsg-hub fedmsg-hub + when: inventory_hostname != 'bodhi-backend01.phx2.fedoraproject.org' - name: restart fedmsg-irc command: /usr/local/bin/conditional-restart.sh fedmsg-irc fedmsg-irc