Update doc reference to clarify that $item isn't expanded here.

pull/4420/head
Michael DeHaan 2013-03-02 11:47:43 -05:00
parent 6ad390a92b
commit de09e9dade
1 changed files with 1 additions and 1 deletions

View File

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