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"