Skip to content

Commit 03f4cc3

Browse files
committed
Initialize 'certbot_create_extra_args' variable
This was introduced in 5a23e85 but no default was added, resulting in a 'undefined variable' error
1 parent 4be771f commit 03f4cc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

defaults/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ certbot_certs: []
2727
# - domains:
2828
# - example3.com
2929

30+
certbot_create_extra_args: ""
31+
3032
certbot_create_command: >-
3133
{{ certbot_script }} certonly --{{ certbot_create_method }}
3234
{{ '--hsts' if certbot_hsts else '' }}

0 commit comments

Comments
 (0)