update nested example

pull/2842/merge
Michael DeHaan 11 years ago
parent bacb6644db
commit 79c2a34fa0

@ -3,7 +3,7 @@
- hosts: all
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:
- [ 'red', 'blue', 'green' ]
- [ 1, 2, 3 ]

Loading…
Cancel
Save