1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2024-12-12 08:43:55 +02:00
matrix-docker-ansible-deploy/roles/matrix-awx/tasks/import_awx.yml

8 lines
198 B
YAML
Raw Normal View History

2021-10-10 07:23:49 +02:00
---
2021-08-13 10:05:57 +02:00
- 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