From 58be11924292f22bc9c6fe5d50ecd5711c7e3d77 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 27 May 2014 22:50:47 +0000 Subject: [PATCH] write code like yoda, we must --- playbooks/groups/download.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/playbooks/groups/download.yml b/playbooks/groups/download.yml index 77835c87bd..de060949f1 100644 --- a/playbooks/groups/download.yml +++ b/playbooks/groups/download.yml @@ -11,9 +11,7 @@ tasks: - include: "{{ tasks }}/accelerate_prep.yml" - when: datacenter != 'phx2' - - include: "{{ tasks }}/openvpn_client.yml" - + - include: "{{ tasks }}/openvpn_client.yml" when: datacenter != 'phx2' handlers: - include: "{{ handlers }}/restart_services.yml"