mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
Update doc reference to clarify that $item isn't expanded here.
This commit is contained in:
@@ -430,7 +430,7 @@ Loops
|
||||
|
||||
To save some typing, repeated tasks can be written in short-hand like so::
|
||||
|
||||
- name: add user $item
|
||||
- name: add several users
|
||||
action: user name=$item state=present groups=wheel
|
||||
with_items:
|
||||
- testuser1
|
||||
|
||||
Reference in New Issue
Block a user