diff --git a/playbooks/groups/bastion.yml b/playbooks/groups/bastion.yml index ef22505688..0f449f2f99 100644 --- a/playbooks/groups/bastion.yml +++ b/playbooks/groups/bastion.yml @@ -32,8 +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') } + - { role: openvpn/server, when: not inventory_hostname.startswith('bastion-comm01') } + - { role: packager_alias, when: not inventory_hostname.startswith('bastion-comm01') } tasks: - include: "{{ tasks }}/yumrepos.yml"