1
0
Fork 0
This repository has been archived on 2025-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-borg/tasks/client_Debian.yml

8 lines
133 B
YAML
Raw Permalink Normal View History

2021-07-25 23:17:44 +02:00
---
- name: activate borg cron
file:
state: link
src: /usr/local/bin/adyxax_backup.sh
dest: /etc/cron.daily/backup
...