From b8197212cbeaf3671a58e0785a256d2c336f3fb5 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 27 May 2014 22:46:21 +0000 Subject: [PATCH] well that went as well as expected. lets try with hands this time. --- playbooks/groups/download.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/download.yml b/playbooks/groups/download.yml index 4a206e8be8..77835c87bd 100644 --- a/playbooks/groups/download.yml +++ b/playbooks/groups/download.yml @@ -11,8 +11,8 @@ tasks: - include: "{{ tasks }}/accelerate_prep.yml" - when: datacenter != "phx2" - - include: "{{ tasks }}/openvpn_client.yml" + when: datacenter != 'phx2' + - include: "{{ tasks }}/openvpn_client.yml" handlers: