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