From f843cfeb3b31a13f06bf8c194d56985e4e12323d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 30 May 2020 10:37:46 -0700 Subject: [PATCH] iad2: fix syntax in last commit, role has to be in the seperator Signed-off-by: Kevin Fenzi --- playbooks/groups/mbs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/mbs.yml b/playbooks/groups/mbs.yml index addad1bf4b..39ec26b508 100644 --- a/playbooks/groups/mbs.yml +++ b/playbooks/groups/mbs.yml @@ -41,7 +41,7 @@ - "{{ vars_path }}/{{ ansible_distribution }}.yml" roles: - - role: { openvpn/client, when: datacenter == 'phx2' } + - { role: openvpn/client, when: datacenter == 'phx2' } handlers: - import_tasks: "{{ handlers_path }}/restart_services.yml"