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

Fix ini_file by removing required=true for 'section' option.
This commit is contained in:
Felix Fontein 2023-04-23 16:51:18 +02:00 committed by GitHub
commit e49c6a339e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View 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)."