From 1f794557835bb41cadc05cb21e27141a05e5b4ef Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 26 Sep 2013 14:17:45 +0000 Subject: [PATCH] Try changing that only_if to a when statement. --- 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 0b36f1f57d..42a77ed07b 100644 --- a/playbooks/groups/nuancier.yml +++ b/playbooks/groups/nuancier.yml @@ -45,7 +45,7 @@ - include: $tasks/motd.yml - include: $tasks/sudo.yml - include: $tasks/openvpn_client.yml - only_if: "'$env' != 'staging'" + when: env == "staging" - include: $tasks/fedmsg_base.yml - include: $tasks/apache.yml - include: $tasks/mod_wsgi.yml