From 767cd29c77a8dab85824dfbfde40136efa77bbc0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 26 Sep 2013 15:22:18 +0000 Subject: [PATCH] Try doing fedmsg last. --- playbooks/groups/nuancier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/nuancier.yml b/playbooks/groups/nuancier.yml index 082a922aea..070b3e9098 100644 --- a/playbooks/groups/nuancier.yml +++ b/playbooks/groups/nuancier.yml @@ -44,9 +44,9 @@ - include: $tasks/sudo.yml - include: $tasks/openvpn_client.yml when: env != "staging" - - include: $tasks/fedmsg_base.yml - include: $tasks/apache.yml - include: $tasks/mod_wsgi.yml + - include: $tasks/fedmsg_base.yml handlers: - include: $handlers/restart_services.yml