Skip to content
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

Merged
merged 1 commit into from
Apr 23, 2023

Conversation

felixfontein
Copy link
Collaborator

SUMMARY

Apparently null/None was always a valid parameter. ansible-core only allowed this due to a bug that got fixed, so specifying release: null no longer works with that fix (ansible/ansible#79677).

(This also breaks nightly CI.)

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

ini_file

@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added bug This issue/PR relates to a bug module module plugins plugin (any type) labels Apr 23, 2023
@felixfontein felixfontein merged commit e49c6a3 into ansible-collections:main Apr 23, 2023
@patchback
Copy link

patchback bot commented Apr 23, 2023

Backport to stable-5: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-5/e49c6a339ea76272c34f711fe055594682252db8/pr-6404

Backported as #6410

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

@felixfontein felixfontein deleted the ci3 branch April 23, 2023 14:51
patchback bot pushed a commit that referenced this pull request Apr 23, 2023
Fix ini_file by removing required=true for 'section' option.

(cherry picked from commit e49c6a3)
@patchback
Copy link

patchback bot commented Apr 23, 2023

Backport to stable-6: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-6/e49c6a339ea76272c34f711fe055594682252db8/pr-6404

Backported as #6411

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Apr 23, 2023
Fix ini_file by removing required=true for 'section' option.

(cherry picked from commit e49c6a3)
felixfontein added a commit that referenced this pull request Apr 23, 2023
…ue for 'section' option (#6410)

ini_file: removing required=true for 'section' option (#6404)

Fix ini_file by removing required=true for 'section' option.

(cherry picked from commit e49c6a3)

Co-authored-by: Felix Fontein <felix@fontein.de>
felixfontein added a commit that referenced this pull request Apr 23, 2023
…ue for 'section' option (#6411)

ini_file: removing required=true for 'section' option (#6404)

Fix ini_file by removing required=true for 'section' option.

(cherry picked from commit e49c6a3)

Co-authored-by: Felix Fontein <felix@fontein.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug module module plugins plugin (any type)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants