mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update doc reference to clarify that $item isn't expanded here.
This commit is contained in:
parent
6ad390a92b
commit
de09e9dade
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue