From 8814cafc76b6fb23f8b07161faa1aa424a5ce89a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 10 Jun 2019 15:34:06 +0200 Subject: [PATCH] fix tls includes --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 7d70fe2..ed9d4e5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -3,5 +3,6 @@ - import_tasks: install.yml - import_tasks: config.yml - import_tasks: tls.yml + when: postgres_tls_enabled | bool tags: tls_renewal - import_tasks: post_tasks.yml