mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Initialize 'certbot_create_extra_args' variable
This was introduced in 5a23e85f1cebfbc3999d896f25b99a8c2776f808 but no default was added, resulting in a 'undefined variable' error
This commit is contained in:
parent
4be771f12a
commit
03f4cc3a99
@ -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…
x
Reference in New Issue
Block a user