mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
[PR #7260/07bac177 backport][stable-8] git_config: support multiple values for same name (#7672)
git_config: support multiple values for same name (#7260)
* Refactor the existing git_config.py
* Support multiple values for same name
(cherry picked from commit 07bac1777f
)
Co-authored-by: Günther Grill <guenhter@users.noreply.github.com>
This commit is contained in:
parent
4482b04463
commit
7fe5e5f02c
9 changed files with 259 additions and 56 deletions
|
@ -0,0 +1,4 @@
|
|||
minor_changes:
|
||||
- "git_config - allow multiple git configs for the same name with the new ``add_mode`` option (https://github.com/ansible-collections/community.general/pull/7260)."
|
||||
- "git_config - the ``after`` and ``before`` fields in the ``diff`` of the return value can be a list instead of a string in case more configs with the same key are affected (https://github.com/ansible-collections/community.general/pull/7260)."
|
||||
- "git_config - when a value is unset, all configs with the same key are unset (https://github.com/ansible-collections/community.general/pull/7260)."
|
Loading…
Add table
Add a link
Reference in a new issue