ok maybe a newline will fix it.?.
This commit is contained in:
parent
58be119242
commit
90ccf9c5a1
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/accelerate_prep.yml"
|
- include: "{{ tasks }}/accelerate_prep.yml"
|
||||||
- include: "{{ tasks }}/openvpn_client.yml" when: datacenter != 'phx2'
|
- include: "{{ tasks }}/openvpn_client.yml"
|
||||||
|
when: datacenter != 'phx2'
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue