Renamed parameter

This commit is contained in:
2025-08-06 12:56:31 +02:00
parent 0b25161af6
commit 7bc11f9b31

View File

@@ -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