From 63417aa34d51df45a5603b70ea967b00222b33d0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 30 Apr 2015 23:03:13 +0000 Subject: [PATCH] Slow links lead to typos --- playbooks/groups/bastion.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"