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:
Kevin Fenzi 2020-05-30 10:37:46 -07:00
parent efd29c0c07
commit f843cfeb3b

View file

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