-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ini_file: removing required=true for 'section' option #6404
Conversation
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #6410 🤖 @patchback |
Fix ini_file by removing required=true for 'section' option. (cherry picked from commit e49c6a3)
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #6411 🤖 @patchback |
Fix ini_file by removing required=true for 'section' option. (cherry picked from commit e49c6a3)
SUMMARY
Apparently
null
/None
was always a valid parameter. ansible-core only allowed this due to a bug that got fixed, so specifyingrelease: null
no longer works with that fix (ansible/ansible#79677).(This also breaks nightly CI.)
ISSUE TYPE
COMPONENT NAME
ini_file