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