Fix example

pull/2371/head
Michael DeHaan 12 years ago
parent 444c8943fc
commit df9e716208

@ -3,7 +3,7 @@
- hosts: all - hosts: all
tasks: tasks:
- shell: echo 'nested test a=${item.0} b=${item.1} c=${item.2}' - shell: echo "nested test a=${item[0]} b=${item[1]} c=${item[2]}"
with_nested: with_nested:
- [ 'red', 'blue', 'green' ] - [ 'red', 'blue', 'green' ]
- [ 1, 2, 3 ] - [ 1, 2, 3 ]

Loading…
Cancel
Save