From b91e4fd91157d02ac594b77505c4392789218fc3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 28 May 2014 19:57:14 +0000 Subject: [PATCH] Try this in the second play --- 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 c4d33f03c2..9c49ea6257 100644 --- a/playbooks/groups/download.yml +++ b/playbooks/groups/download.yml @@ -11,8 +11,6 @@ tasks: - include: "{{ tasks }}/accelerate_prep.yml" - - include: "{{ tasks }}/openvpn_client.yml" - when: datacenter != 'phx2' handlers: - include: "{{ handlers }}/restart_services.yml" @@ -49,6 +47,8 @@ - include: "{{ tasks }}/sudo.yml" when: env != "staging" - include: "{{ tasks }}/apache.yml" + - include: "{{ tasks }}/openvpn_client.yml" + when: datacenter != 'phx2' handlers: - include: "{{ handlers }}/restart_services.yml"