mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix example
This commit is contained in:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user