mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Renamed parameter
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
--certbot-credentials-file "{{ certbot_credentials_file }}"
|
--certbot-credentials-file "{{ certbot_credentials_file }}"
|
||||||
--certbot-dns-propagation-seconds "{{ certbot_dns_propagation_wait_seconds }}"
|
--certbot-dns-propagation-seconds "{{ certbot_dns_propagation_wait_seconds }}"
|
||||||
{% else %}
|
{% else %}
|
||||||
--certbot-webroot-path "{{ letsencrypt_webroot_path }}"
|
--letsencrypt-webroot-path "{{ letsencrypt_webroot_path }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ '--mode-test' if mode_test | bool else '' }}
|
{{ '--mode-test' if mode_test | bool else '' }}
|
||||||
register: certbundle_result
|
register: certbundle_result
|
||||||
|
Reference in New Issue
Block a user