Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. - name: Set The Facts
  2. set_fact:
  3. your_list_of_facts: "{{ whatever_list|default({}) | combine({ resutls.item.key: results.item.value }, recursive=True) }}"
  4. loop: "{{ something_goes_here}}"
  5. loop_control:
  6. loop_var: results
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement