Try this in the second play

This commit is contained in:
Kevin Fenzi 2014-05-28 19:57:14 +00:00
parent 4aa96f63d6
commit b91e4fd911

View file

@ -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"