Merge pull request #227 from almer-t/patch-1

Add missing default for certbot_create_extra_args
This commit is contained in:
Jeff Geerling 2025-03-24 16:11:24 -05:00 committed by GitHub
commit 6ab7f2db23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ certbot_hsts: false
# Parameters used when creating new Certbot certs.
certbot_create_if_missing: false
certbot_create_method: standalone
certbot_create_extra_args: ""
certbot_admin_email: email@example.com
certbot_expand: false