Proposed change to documentation to elaborate on new notation style for with_items / with_subelements

This commit is contained in:
Gerben Geijteman
2016-03-02 13:12:30 +01:00
parent 9053d0468e
commit c7e1a65da4
2 changed files with 3 additions and 3 deletions

View File

@@ -14,5 +14,5 @@
tasks:
- debug: msg="user={{ item.0.name }} key='{{ item.1 }}'"
with_subelements:
- users
- "{{ users }}"
- authorized