mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 22:53:23 +02:00
6 lines
112 B
YAML
6 lines
112 B
YAML
![]() |
---
|
||
|
|
||
|
- name: restart synapse
|
||
|
service: name=matrix-synapse state=restarted
|
||
|
when: not synapse_started.changed
|