From 47f43d9045412c43357c04da52dc90df2fa63f23 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 30 Jan 2018 12:20:57 +0100 Subject: [PATCH] Make sure the proxypool gets executed when needed --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index b7f6dae..e3f33e2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -32,3 +32,4 @@ when: 'proxy_active and "letsencrypt" not in excluded_roles' - include_tasks: 'proxypool.yml' + tags: 'Certs' -- GitLab