Add husky workaround (in addition to husky test)
This commit is contained in:
parent
4a87d65b47
commit
a9ae157b2a
@ -96,6 +96,9 @@
|
||||
job: "rsync -avHS --remove-source-files '/data/syncthing/data/{{ item.src }}/' '/data/syncthing/data/{{ item.dest }}/' && rmdir '/data/syncthing/data/{{ item.src }}' "
|
||||
with_items:
|
||||
# This works around a bug in my Android app lol
|
||||
- name: husky workaround
|
||||
src: Pictures/Husky
|
||||
dest: Pictures/Unsorted/Husky
|
||||
- name: husky test workaround
|
||||
src: Pictures/Husky Test
|
||||
dest: Pictures/Unsorted/Husky
|
||||
|
Loading…
Reference in New Issue
Block a user