From 263760d443e8a6c3def0b976daca98a8d942f7be Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 12 Oct 2017 23:52:38 +0200 Subject: [PATCH] Certgetter needs vpn 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 fa44566750..2a7362e57e 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"