1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/3074-ini_file-3031-empty-value-inconsistency.yml
quidame 2831bc45f5
ini_file: fix empty-value vs. no-value inconsistency (#3074)
* fix empty-value vs. no-value inconsistency

* rename changelog fragment

* tests: omit value where there should be no value

* add integration tests
2021-08-08 18:34:34 +02:00

4 lines
156 B
YAML

---
bugfixes:
- ini_file - fix inconsistency between empty value and no value
(https://github.com/ansible-collections/community.general/issues/3031).