Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

8 строки
198 B

  1. ---
  2. - name: Ensure correct ownership of /matrix/awx
  3. shell: chown -R matrix:matrix /matrix/awx
  4. - name: Ensure correct ownership of /matrix/synapse
  5. shell: chown -R matrix:matrix /matrix/synapse