1
0
Fork 0
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:
Michael DeHaan 2013-03-02 11:47:43 -05:00
parent 6ad390a92b
commit de09e9dade

View file

@ -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