mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 05:34:16 +00:00
Docker containers do not support restarted statement
This commit is contained in:
parent
58803d90ba
commit
06d9b2ea49
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
|||
- name: "restart synapse using docker"
|
||||
docker_container:
|
||||
name: synapse
|
||||
state: restarted
|
||||
state: started
|
||||
restart: yes
|
||||
when: matrix_synapse_supervision_method == "docker"
|
||||
listen: "restart matrix-synapse"
|
||||
|
||||
|
|
Loading…
Reference in a new issue