Try this in the second play
This commit is contained in:
parent
4aa96f63d6
commit
b91e4fd911
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue