Use rsync for pleroma movement instead of mv
It's less finicky
This commit is contained in:
parent
5882ac20b5
commit
21a342788a
@ -121,7 +121,7 @@
|
|||||||
- installation
|
- installation
|
||||||
- erts-10.3.5.2 # Don't give me shit for hardcoding this version string in
|
- erts-10.3.5.2 # Don't give me shit for hardcoding this version string in
|
||||||
- name: Move release out of folder
|
- 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
|
- name: Clean up
|
||||||
file:
|
file:
|
||||||
path: /opt/pleroma/release
|
path: /opt/pleroma/release
|
||||||
|
Loading…
Reference in New Issue
Block a user