iad2: fix syntax in last commit, role has to be in the seperator
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
efd29c0c07
commit
f843cfeb3b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
- "{{ vars_path }}/{{ ansible_distribution }}.yml"
|
- "{{ vars_path }}/{{ ansible_distribution }}.yml"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: { openvpn/client, when: datacenter == 'phx2' }
|
- { role: openvpn/client, when: datacenter == 'phx2' }
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue