Skip to content

Commit

Permalink
Merge pull request #217 from rlenferink/fix-undefined-variable
Browse files Browse the repository at this point in the history
[BUGFIX] Initialize 'certbot_create_extra_args' variable
  • Loading branch information
geerlingguy authored Dec 22, 2024
2 parents 78f4cb5 + 03f4cc3 commit 98ea323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '' }}
Expand Down

0 comments on commit 98ea323

Please sign in to comment.