From 7bc11f9b31387723d81ba08f4487dd31499ce1a9 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 6 Aug 2025 12:56:31 +0200 Subject: [PATCH] Renamed parameter --- roles/srv-web-6-6-tls-core/tasks/flavors/san.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/srv-web-6-6-tls-core/tasks/flavors/san.yml b/roles/srv-web-6-6-tls-core/tasks/flavors/san.yml index 573ccf93..d1f969d0 100644 --- a/roles/srv-web-6-6-tls-core/tasks/flavors/san.yml +++ b/roles/srv-web-6-6-tls-core/tasks/flavors/san.yml @@ -16,7 +16,7 @@ --certbot-credentials-file "{{ certbot_credentials_file }}" --certbot-dns-propagation-seconds "{{ certbot_dns_propagation_wait_seconds }}" {% else %} - --certbot-webroot-path "{{ letsencrypt_webroot_path }}" + --letsencrypt-webroot-path "{{ letsencrypt_webroot_path }}" {% endif %} {{ '--mode-test' if mode_test | bool else '' }} register: certbundle_result