From 9feeb84ca3c60a7156c6c571f9c7e473905bc923 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 1 Aug 2014 16:20:53 +0200 Subject: [PATCH] Move the elections playbook to the openvpn role --- playbooks/groups/elections.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/elections.yml b/playbooks/groups/elections.yml index cd2ea01399..85d056644f 100644 --- a/playbooks/groups/elections.yml +++ b/playbooks/groups/elections.yml @@ -35,13 +35,13 @@ - fas_client - rsyncd - sudo + - openvpn/client + when: env != "staging" tasks: - include: "{{ tasks }}/yumrepos.yml" - include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/motd.yml" - - include: "{{ tasks }}/openvpn_client.yml" - when: env != "staging" - include: "{{ tasks }}/apache.yml" - include: "{{ tasks }}/mod_wsgi.yml"