Merge pull request #217 from rlenferink/fix-undefined-variable

[BUGFIX] Initialize 'certbot_create_extra_args' variable
This commit is contained in:
Jeff Geerling
2024-12-22 13:18:42 -06:00
committed by GitHub
+2
View File
@@ -27,6 +27,8 @@ certbot_certs: []
# - domains:
# - example3.com
certbot_create_extra_args: ""
certbot_create_command: >-
{{ certbot_script }} certonly --{{ certbot_create_method }}
{{ '--hsts' if certbot_hsts else '' }}