From 4a508e3e498f556f881b16c6c5dc01c3fcacd953 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 26 Sep 2023 09:45:39 +0300 Subject: [PATCH] fix check for ssl --- tasks/configure.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/configure.yml b/tasks/configure.yml index 7602dbd..77cc9c8 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -24,6 +24,7 @@ loop: "{{ vhosts }}" when: - ssl + - "'ssl' in item" - item.ssl - name: Ensure MPM Worker module is disabled