Commit 79c2a34f by Michael DeHaan

update nested example

parent bacb6644
......@@ -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 ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment