Created
July 10, 2022 13:46
-
-
Save ppetr/c20ba31d57950d98f49c9118e1646916 to your computer and use it in GitHub Desktop.
Ansible dictionary |combine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{''a'': [''a''], ''b'': [''b''], ''d'': [''LEFT'']}|combine( | |
{''a'': [''a''], ''c'': [''c''], ''d'': [''RIGHT'']}) | |
a: | |
- a | |
b: | |
- b | |
c: | |
- c | |
d: | |
- RIGHT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment