diff options
Diffstat (limited to 'tasks/client_OpenBSD.yml')
-rw-r--r-- | tasks/client_OpenBSD.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tasks/client_OpenBSD.yml b/tasks/client_OpenBSD.yml new file mode 100644 index 0000000..a566949 --- /dev/null +++ b/tasks/client_OpenBSD.yml @@ -0,0 +1,7 @@ +--- +- name: activate borg cron + lineinfile: + line: '0 23 * * * /usr/local/bin/adyxax_backup.sh' + path: /var/cron/tabs/root + notify: restart openbsd cron +... |