[PR #8452/2a3819a6 backport][stable-8] git_config: fix state=absent if value is present (#8465)

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

* Fix state=absent if value is present.

* Update changelog fragment.

(cherry picked from commit 2a3819a696)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2024-06-06 13:18:57 +02:00
committed by GitHub
parent a808b3d7ce
commit 7e0f2e1f42
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)."