Skip to content

Instantly share code, notes, and snippets.

@palmertime
Created November 28, 2016 23:59
Show Gist options
  • Save palmertime/d9e1936c162edd3882748ac1f5aa83f6 to your computer and use it in GitHub Desktop.
Save palmertime/d9e1936c162edd3882748ac1f5aa83f6 to your computer and use it in GitHub Desktop.
yaml formatted vars and expected results
new_dict:
- name: foo
a: 2
b: 2
c: 3
- name: bar
a: 1
b: 2
dict1:
- name: foo
a: 1
b: 2
- name: bar
a: 1
b: 2
dict2
- name: foo
a: 2
c: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment