Add a cronjob for a specific bug I'm working around with Syncthing
This commit is contained in:
parent
5031833f39
commit
640e2e0efe
@ -42,6 +42,9 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- app/syncthing.yml
|
- app/syncthing.yml
|
||||||
tags: [ always ]
|
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:
|
roles:
|
||||||
- role: backup
|
- role: backup
|
||||||
vars:
|
vars:
|
||||||
|
Loading…
Reference in New Issue
Block a user