From 795de6fa81a13d46ae0c8921ea0b6a9ea5e0c95e Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Wed, 22 Mar 2023 18:06:02 +0100 Subject: [PATCH] ssl-config passthrough (pr #1) --- tasks/debian/web.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/debian/web.yml b/tasks/debian/web.yml index b98afd0..d0daa85 100644 --- a/tasks/debian/web.yml +++ b/tasks/debian/web.yml @@ -8,6 +8,7 @@ security: "{{ ZM_CONFIG.apache.security }}" modules: present: "{{ ZM_HC.apache.modules }}" + ssl: "{{ ZM_CONFIG.apache.ssl }}" sites: zoneminder: "{{ zm_apache_path | combine(ZM_CONFIG.apache, recursive=true) }}" no_log: true