mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 13:19:13 +00:00
Update plugins/lookup/merge_variables.py
Co-authored-by: Mark <40321020+m-a-r-k-e@users.noreply.github.com>
This commit is contained in:
parent
557578338b
commit
3eb9a27dce
1 changed files with 4 additions and 4 deletions
|
|
@ -73,10 +73,10 @@ options:
|
|||
type: str
|
||||
default: deep
|
||||
choices:
|
||||
deep: merge dictionaries recursively.
|
||||
shallow: merge only top-level values.
|
||||
replace: overwrite older dict with newer one.
|
||||
keep: discard newer dict.
|
||||
deep: Merge dictionaries recursively.
|
||||
shallow: Merge only top-level values.
|
||||
replace: Overwrite older dict with newer one.
|
||||
keep: Discard newer dict.
|
||||
version_added: 12.5.0
|
||||
list_merge:
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue