Fix syntax

This commit is contained in:
Kevin Fenzi 2015-04-30 23:02:37 +00:00
parent 20c480a0ce
commit 1497ac1f8a

View file

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