mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
[PR #6404/e49c6a33 backport][stable-6] ini_file: removing required=true 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 e49c6a339e
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
eca6494503
commit
5fe10915a8
2 changed files with 4 additions and 3 deletions
2
changelogs/fragments/6404-ini_file-section.yml
Normal file
2
changelogs/fragments/6404-ini_file-section.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "ini_file - make ``section`` parameter not required so it is possible to pass ``null`` as a value. This only was possible in the past due to a bug in ansible-core that now has been fixed (https://github.com/ansible-collections/community.general/pull/6404)."
|
Loading…
Add table
Add a link
Reference in a new issue