From 1497ac1f8a161e718cf35248e937663426d075bd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 30 Apr 2015 23:02:37 +0000 Subject: [PATCH] Fix syntax --- playbooks/groups/bastion.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/playbooks/groups/bastion.yml b/playbooks/groups/bastion.yml index 7ee16e29c3..ef22505688 100644 --- a/playbooks/groups/bastion.yml +++ b/playbooks/groups/bastion.yml @@ -32,10 +32,8 @@ - fas_client - sudo - collectd/base - - openvpn/server - when: not inventory_hostname.startswith('bastion-comm01') - - packager_alias - when: not inventory_hostname.startswith('bastion-comm01') + - { openvpn/server, when: not inventory_hostname.startswith('bastion-comm01') } + - { packager_alias, when: not inventory_hostname.startswith('bastion-comm01') } tasks: - include: "{{ tasks }}/yumrepos.yml"