Fixed the docker cmd for generating Synapse config
This commit is contained in:
parent
c89e437579
commit
88609a59b1
@ -94,7 +94,7 @@
|
||||
- name: Generate initial Synapse config and signing key
|
||||
ansible.builtin.command:
|
||||
cmd: |
|
||||
docker run
|
||||
{{ devture_systemd_docker_base_host_command_docker }} run
|
||||
--rm
|
||||
--name=matrix-config
|
||||
--user={{ matrix_synapse_uid }}:{{ matrix_synapse_gid }}
|
||||
|
Loading…
Reference in New Issue
Block a user