From ed8420c70615543243d7b6cca251d4f119a13b97 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 17 Jul 2014 15:39:51 +0000 Subject: [PATCH] Right. Except for staging... --- playbooks/groups/busgateway.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/busgateway.yml b/playbooks/groups/busgateway.yml index 0ba3bfbd9d..2c7afd25e6 100644 --- a/playbooks/groups/busgateway.yml +++ b/playbooks/groups/busgateway.yml @@ -42,6 +42,7 @@ - include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/motd.yml" - include: "{{ tasks }}/openvpn_client_7.yml" + when: env != "staging" handlers: - include: "{{ handlers }}/restart_services.yml"