ini_file: fix unmatched whitespace before comment (#10102)

* ini_file: fix unmatched whitespace before comment

* Add changelog fragment

* Update changelog fragment: bugfixes to minor_changes

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: sibebleuze <>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Sibe Bleuzé
2025-05-10 13:21:36 +02:00
committed by GitHub
parent fcd2d8b7b7
commit 43eb342b18
3 changed files with 53 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- ini_file - modify an inactive option also when there are spaces in front of the comment symbol (https://github.com/ansible-collections/community.general/pull/10102, https://github.com/ansible-collections/community.general/issues/8539).