mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
2b824f2d7b
* Fixed case of empty section + parameter validation * Adjusted code for integration test, and added test case for empty section * Update changelogs/fragments/479-ini_file-empty-section.yaml Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/479-ini_file-empty-section.yaml Co-authored-by: Felix Fontein <felix@fontein.de> * Using "is changed" in integration tests, per PR review Co-authored-by: Felix Fontein <felix@fontein.de>
4 lines
330 B
YAML
4 lines
330 B
YAML
minor_changes:
|
|
- ini_file - module now can create an empty section (https://github.com/ansible-collections/community.general/issues/479).
|
|
bugfixes:
|
|
- ini_file - check for parameter ``value`` if ``state`` is ``present`` and ``allow_no_value`` is ``false`` (https://github.com/ansible-collections/community.general/issues/479).
|