mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 18:31:42 -05:00
7 lines
195 B
YAML
7 lines
195 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
|
|
|