From c723fd1f74964e36cb2d403737a070938ef32756 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Sat, 15 Feb 2025 13:29:18 +0000 Subject: [PATCH] fix typo --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 6e3cbbf..183f75a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -187,7 +187,7 @@ 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 verts might well need adjusting for each +# addition the paths for the Apache MD certs might well need adjusting for each # server. # apache_md_cert_copy: # # Copy the mod_md key pair for Exim4 -- GitLab