mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Proposed change to documentation to elaborate on new notation style for with_items / with_subelements
This commit is contained in:
@@ -14,5 +14,5 @@
|
||||
tasks:
|
||||
- debug: msg="user={{ item.0.name }} key='{{ item.1 }}'"
|
||||
with_subelements:
|
||||
- users
|
||||
- "{{ users }}"
|
||||
- authorized
|
||||
|
||||
Reference in New Issue
Block a user