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"