Skip to content

Commit 98ea323

Browse files
authored
Merge pull request #217 from rlenferink/fix-undefined-variable
[BUGFIX] Initialize 'certbot_create_extra_args' variable
2 parents 78f4cb5 + 03f4cc3 commit 98ea323

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)