From 66bb521b337fd0d2f9cf254dc47f32824eef0f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 28 Jan 2020 20:57:39 +0100 Subject: [PATCH] don't configure consul if it's not enabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index e0022d4..57d9825 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,3 +2,4 @@ - import_tasks: container.yml - import_tasks: firewall.yml - import_tasks: consul.yml + when: bootstrap__consul_enabled