diff options
Diffstat (limited to '')
-rw-r--r-- | tasks/client_Alpine.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tasks/client_Alpine.yml b/tasks/client_Alpine.yml new file mode 100644 index 0000000..3334be5 --- /dev/null +++ b/tasks/client_Alpine.yml @@ -0,0 +1,6 @@ +--- +- name: activate borg cron + lineinfile: + line: '0 23 * * * /usr/local/bin/adyxax_backup.sh' + path: /etc/crontabs/root +... |