mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
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:
parent
0129346eda
commit
2a3819a696
3 changed files with 27 additions and 1 deletions
2
changelogs/fragments/8452-git_config-absent.yml
Normal file
2
changelogs/fragments/8452-git_config-absent.yml
Normal 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)."
|
Loading…
Add table
Add a link
Reference in a new issue