parent
5937080977
commit
184143e498
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ EXAMPLES = r'''
|
||||||
file:
|
file:
|
||||||
src: '/tmp/{{ item.src }}'
|
src: '/tmp/{{ item.src }}'
|
||||||
dest: '{{ item.dest }}'
|
dest: '{{ item.dest }}'
|
||||||
state: link
|
state: hard
|
||||||
with_items:
|
with_items:
|
||||||
- { src: x, dest: y }
|
- { src: x, dest: y }
|
||||||
- { src: z, dest: k }
|
- { src: z, dest: k }
|
||||||
|
|
Loading…
Reference in a new issue