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

8 lines
161 B
YAML
Raw Permalink Normal View History

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