9 lines
199 B
YAML
9 lines
199 B
YAML
---
|
|
- name: Copy Files from Source to Destination
|
|
command: "cp --archive --recursive {{ source }}/. {{ destination }}/"
|
|
async: 7200
|
|
poll: 5
|
|
|
|
- name: Write Buffered Data to Disk
|
|
command: sync
|