Use rsync for pleroma movement instead of mv

It's less finicky
This commit is contained in:
Salt 2020-11-12 22:18:48 -06:00
parent 5882ac20b5
commit 21a342788a

View File

@ -121,7 +121,7 @@
- installation
- erts-10.3.5.2 # Don't give me shit for hardcoding this version string in
- name: Move release out of folder
shell: mv -f /opt/pleroma/release/* /opt/pleroma/
shell: rsync -a /opt/pleroma/release/* /opt/pleroma/
- name: Clean up
file:
path: /opt/pleroma/release