Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. list_of_dicts:
  2. config:
  3. key1: value1
  4. key2: value2
  5.  
  6. set_facts:
  7. list_of_dicts: {{ list_of_dicts | default({}) | combine (item.key: item.value) }}
  8. with_dict: "{{ list_of_dicts }}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement