From 4e8645ef4e544b1b8c40c73d38be01a00ea54d1b Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 14 Apr 2016 17:56:32 +0000 Subject: [PATCH] fixing syntax error in beaker playbook --- playbooks/groups/beaker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/beaker.yml b/playbooks/groups/beaker.yml index d40f03d1b9..1953ba787a 100644 --- a/playbooks/groups/beaker.yml +++ b/playbooks/groups/beaker.yml @@ -23,8 +23,8 @@ - collectd/base - sudo - apache - - { role: openvpn/client, - when: deployment_type == "prod", tags: ['openvpn_client'] } + - { role: openvpn/client, + when: deployment_type == "prod", tags: ['openvpn_client'] } tasks: # this is how you include other task lists