diff --git a/docsite/rst/playbooks2.rst b/docsite/rst/playbooks2.rst index 46aca59f1e2..9677ad129d7 100644 --- a/docsite/rst/playbooks2.rst +++ b/docsite/rst/playbooks2.rst @@ -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