From 2b83c89dc3b323b374090369bd34b10f019e16a9 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Sat, 15 Feb 2025 15:28:12 +0000 Subject: [PATCH] tweak --- defaults/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 177eacd..d384977 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -187,8 +187,9 @@ apache_mods_disabled: [] apache_md_cert_copy: [] # apache_md_cert_copy is an empty list by default as when Apache is first # installed cert's won't exist so the tasks to copy the certs will fail. In -# addition the paths for the Apache MD certs might well need adjusting for each -# server. +# addition the paths for the Apache MD certs might need adjusting for each +# server if a cert is not generated for the inventory_hostname, enabling the +# webarch conf causes one to be generated. # apache_md_cert_copy: # # Copy the mod_md key pair for Exim4 # - name: exim4 -- GitLab