mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-17 07:59:24 +00:00
6 lines
141 B
YAML
6 lines
141 B
YAML
- name: Add mirror rsync cron job
|
|
copy:
|
|
src: ../files/mirror-rsync
|
|
dest: /etc/cron.daily/mirror-rsync
|
|
owner: root
|
|
mode: 744 |