From 7f297bf76e61273e68b76c002f9b42b35beed76e Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 15 Jun 2015 17:51:28 +0000 Subject: [PATCH] Fix copy/paste error. --- playbooks/manual/upgrade/mote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/upgrade/mote.yml b/playbooks/manual/upgrade/mote.yml index 0c74629dda..7fb1bd5eb3 100644 --- a/playbooks/manual/upgrade/mote.yml +++ b/playbooks/manual/upgrade/mote.yml @@ -41,7 +41,7 @@ - mote post_tasks: - - service: name="fedmsg-hub" state=restarted + - service: name="httpd" state=restarted - name: tell nagios to unshush nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }} delegate_to: noc01.phx2.fedoraproject.org