You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
even though shown as "[y/n]" (cruft version 2.15.0, cookiecutter version 2.5.0), it gets converted to true / false as seen here: JonasPammer/ansible-role-gitlab@15735b3
at least it does that "in newer versions". to support older cruft's to update, still check if it's "y" for use_renovate and "True" for "ansible_user_needs_to_become" (e.g.)
even though shown as "[y/n]" (cruft version 2.15.0, cookiecutter version 2.5.0), it gets converted to true / false as seen here: JonasPammer/ansible-role-gitlab@15735b3
at least it does that "in newer versions". to support older cruft's to update, still check if it's "y" for use_renovate and "True" for "ansible_user_needs_to_become" (e.g.)
affected code:
cookiecutter-ansible-role/{{ cookiecutter.project_slug }}/.github/renovate.json5
Line 3 in 2f26358
potential solution?:
also potential solution to fix this for older crufts too:
cookiecutter-ansible-role/{{ cookiecutter.project_slug }}/README.orig.adoc
Line 45 in 2f26358
The text was updated successfully, but these errors were encountered: