3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-25 02:00:27 +00:00
Files
matrix-docker-ansible-deploy/roles/matrix-awx/tasks/import_awx.yml
2021-10-10 13:23:49 +08:00

8 lines
198 B
YAML

---
- name: Ensure correct ownership of /matrix/awx
shell: chown -R matrix:matrix /matrix/awx
- name: Ensure correct ownership of /matrix/synapse
shell: chown -R matrix:matrix /matrix/synapse