mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
e49c6a339e
Fix ini_file by removing required=true for 'section' option.
2 lines
272 B
YAML
2 lines
272 B
YAML
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)."
|