From 17afcbad3550f3cc9007e4808d09bab34961ca62 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 9 Sep 2017 22:13:39 +0000 Subject: [PATCH] Do minimal for certgetter, vpn is not needed for today Signed-off-by: Patrick Uiterwijk --- playbooks/groups/certgetter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/certgetter.yml b/playbooks/groups/certgetter.yml index 2a7362e57e..fa44566750 100644 --- a/playbooks/groups/certgetter.yml +++ b/playbooks/groups/certgetter.yml @@ -18,8 +18,8 @@ - fas_client - rsyncd - sudo - - { role: openvpn/client, - when: env != "staging" } + #- { role: openvpn/client, + # when: env != "staging" } tasks: - include: "{{ tasks_path }}/yumrepos.yml"