GoMatrixHosting v0.5.0

This commit is contained in:
Michael-GMH
2021-06-14 22:36:49 +08:00
parent a7fcb7c04d
commit 4fb1134ad1
4 changed files with 64 additions and 17 deletions

View File

@ -1,15 +1,4 @@
- name: Ensure /matrix/awx is empty
shell: rm -r /matrix/awx/*
ignore_errors: yes
- name: Ensure /matrix/synapse is empty
shell: rm -r /matrix/synapse/*
ignore_errors: yes
- name: Extract from /chroot/export
shell: tar -xvzf /chroot/export/matrix.tar.gz -C /matrix/
- name: Ensure correct ownership of /matrix/awx
shell: chown -R matrix:matrix /matrix/awx