From 02730dbeb450dcbad25881ab36bc3401302e8e0b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 1 Aug 2014 16:19:25 +0200 Subject: [PATCH] Rever the fedocal playbook to the openvpn tasks, we can find better testing ground Revert "Update the fedocal playbook to use the openvpn role" This reverts commit f908dbbc5beac88dcae2faa48904301ea336a529. --- playbooks/groups/fedocal.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/fedocal.yml b/playbooks/groups/fedocal.yml index 1d1e8fae13..a54343947a 100644 --- a/playbooks/groups/fedocal.yml +++ b/playbooks/groups/fedocal.yml @@ -40,13 +40,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"