corrected with_dict example

fixes #17636
pull/22697/head
Brian Coca 8 years ago
parent 67dc8c146e
commit 001be55ef0

@ -112,8 +112,7 @@ And you want to print every user's name and phone number. You can loop through
- name: Print phone records
debug:
msg: "User {{ item.key }} is {{ item.value.name }} ({{ item.value.telephone }})"
with_dict:
- "{{ users }}"
with_dict: "{{ users }}"
.. _looping_over_fileglobs:

Loading…
Cancel
Save