diff options
Diffstat (limited to '')
-rw-r--r-- | tasks/client_Gentoo.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tasks/client_Gentoo.yml b/tasks/client_Gentoo.yml new file mode 100644 index 0000000..a6c6317 --- /dev/null +++ b/tasks/client_Gentoo.yml @@ -0,0 +1,7 @@ +--- +- name: activate borg cron + file: + state: link + src: /usr/local/bin/adyxax_backup.sh + dest: /etc/cron.daily/backup +... |