Enhancement: replaced with_items keyword for loop keyword. (#58865)
This commit is contained in:
parent
bcc23e70e6
commit
e8b8a0ab26
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ EXAMPLES = r'''
|
||||||
src: '/tmp/{{ item.src }}'
|
src: '/tmp/{{ item.src }}'
|
||||||
dest: '{{ item.dest }}'
|
dest: '{{ item.dest }}'
|
||||||
state: hard
|
state: hard
|
||||||
with_items:
|
loop:
|
||||||
- { src: x, dest: y }
|
- { src: x, dest: y }
|
||||||
- { src: z, dest: k }
|
- { src: z, dest: k }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue