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"