Skip to content

Instantly share code, notes, and snippets.

@ppetr
Created July 10, 2022 13:46
Show Gist options
  • Save ppetr/c20ba31d57950d98f49c9118e1646916 to your computer and use it in GitHub Desktop.
Save ppetr/c20ba31d57950d98f49c9118e1646916 to your computer and use it in GitHub Desktop.
Ansible dictionary |combine
{''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