aboutsummaryrefslogtreecommitdiff
path: root/tasks/client_FreeBSD.yml
blob: 6bfc0ce14c32da591c46266558accc42d248d2e1 (plain)
1
2
3
4
5
6
7
8
---
- 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
...