From a0594653ab2bc3128d0813d63a41089af3015f7f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 1 Aug 2014 16:22:25 +0200 Subject: [PATCH] Adjust syntax for the when --- playbooks/groups/elections.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/elections.yml b/playbooks/groups/elections.yml index 85d056644f..2e6183c171 100644 --- a/playbooks/groups/elections.yml +++ b/playbooks/groups/elections.yml @@ -35,8 +35,8 @@ - fas_client - rsyncd - sudo - - openvpn/client - when: env != "staging" + - { openvpn/client + when: env != "staging" } tasks: - include: "{{ tasks }}/yumrepos.yml"