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_FreeBSD.yml

9 lines
177 B
YAML
Raw Permalink Normal View History

2021-06-29 18:23:26 +02:00
---
- name: activate borg cron
lineinfile:
line: '0 23 * * * /usr/local/bin/adyxax_backup.sh'
path: /var/cron/tabs/root
create: yes
notify: restart bsd cron
...