2025-12-23 19:17:16 +08:00

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