From 3aed8bc40e422cfd5520cf0cc233bc4bf3a81a39 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Thu, 16 Feb 2017 14:16:54 +0000 Subject: [PATCH] Restart httpd after anitya frontend upgrade Signed-off-by: Jeremy Cline --- playbooks/manual/upgrade/anitya.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbooks/manual/upgrade/anitya.yml b/playbooks/manual/upgrade/anitya.yml index 4c7397db68..dd9273e34f 100644 --- a/playbooks/manual/upgrade/anitya.yml +++ b/playbooks/manual/upgrade/anitya.yml @@ -35,13 +35,12 @@ roles: - anitya/frontend - anitya/fedmsg - notify: - - restart apache post_tasks: - name: tell nagios to unshush w.r.t. the frontend nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }} delegate_to: noc01.phx2.fedoraproject.org ignore_errors: true + - service: name="httpd" state=restarted - name: verify the backend and then upgrade the db hosts: anitya-backend