From 90ccf9c5a1e3b2495f17782499020e32f16b76f1 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 27 May 2014 23:00:30 +0000 Subject: [PATCH] ok maybe a newline will fix it.?. --- playbooks/groups/download.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/download.yml b/playbooks/groups/download.yml index de060949f1..c4d33f03c2 100644 --- a/playbooks/groups/download.yml +++ b/playbooks/groups/download.yml @@ -11,7 +11,8 @@ tasks: - include: "{{ tasks }}/accelerate_prep.yml" - - include: "{{ tasks }}/openvpn_client.yml" when: datacenter != 'phx2' + - include: "{{ tasks }}/openvpn_client.yml" + when: datacenter != 'phx2' handlers: - include: "{{ handlers }}/restart_services.yml"