git_config: fix state=absent if value is present (#8452)

* Fix state=absent if value is present.

* Update changelog fragment.
This commit is contained in:
Felix Fontein 2024-06-06 07:35:54 +02:00 committed by GitHub
commit 2a3819a696
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 27 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "git_config - fix behavior of ``state=absent`` if ``value`` is present (https://github.com/ansible-collections/community.general/issues/8436, https://github.com/ansible-collections/community.general/pull/8452)."