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

[BUGFIX] Initialize 'certbot_create_extra_args' variable
master 5.2.1
Jeff Geerling 3 days ago committed by GitHub
commit 98ea3238ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      defaults/main.yml

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

Loading…
Cancel
Save