Add a cronjob for a specific bug I'm working around with Syncthing

This commit is contained in:
Salt 2021-12-15 20:41:14 -06:00
parent 5031833f39
commit 640e2e0efe

View File

@ -42,6 +42,9 @@
with_items:
- app/syncthing.yml
tags: [ always ]
# This works around a bug in my Android app lol
- name: assure husky test sync cronjob
cron: name="husky sync" minute=0 hour="*" job="pgrep rsync || rsync -avHS /data/syncthing/data/Pictures/Husky\ Test/ /data/syncthing/data/Pictures/Unsorted/Husky/"
roles:
- role: backup
vars: