geerlingguy / ansible-role-certbot

Ansible Role - Certbot (for Let's Encrypt)
https://galaxy.ansible.com/geerlingguy/certbot/
MIT License
780 stars 346 forks source link

[BUGFIX] Initialize 'certbot_create_extra_args' variable #217

Open rlenferink opened 1 month ago

rlenferink commented 1 month ago

This was introduced in 5a23e85f1cebfbc3999d896f25b99a8c2776f808 but no default variable value was added, resulting in a 'undefined variable' error

Xref https://github.com/geerlingguy/ansible-role-certbot/pull/109

See also https://github.com/geerlingguy/ansible-role-certbot/pull/109#issuecomment-1936151593

/cc @theS1LV3R @gagath

geoffreyvanwyk commented 1 week ago

Also relates to #220