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::
|
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
|
action: user name=$item state=present groups=wheel
|
||||||
with_items:
|
with_items:
|
||||||
- testuser1
|
- testuser1
|
||||||
|
|
Loading…
Reference in a new issue