remove duplicate 'certbot_create_extra_args' introduced in #227

This commit is contained in:
Florian R. Hölzlwimmer 2025-03-25 14:31:01 +01:00
parent d5a1f4df3c
commit d2e42ea198

View File

@ -30,8 +30,6 @@ certbot_certs: []
# - domains:
# - example3.com
certbot_create_extra_args: ""
certbot_create_command: >-
{{ certbot_script }} certonly --{{ certbot_create_method }}
{{ '--hsts' if certbot_hsts else '' }}