From b18bdbc4bd429467105320c8bda9a1ae87c4928c Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 14 Apr 2016 18:00:10 +0000 Subject: [PATCH] fixing conditional for openvpn client for beaker --- playbooks/groups/beaker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/beaker.yml b/playbooks/groups/beaker.yml index 1953ba787a..b824f15ff5 100644 --- a/playbooks/groups/beaker.yml +++ b/playbooks/groups/beaker.yml @@ -24,7 +24,7 @@ - sudo - apache - { role: openvpn/client, - when: deployment_type == "prod", tags: ['openvpn_client'] } + when: env != "staging", tags: ['openvpn_client'] } tasks: # this is how you include other task lists