The *cert* role must be defined as a role dependency now, so that the role can define a handler to "listen" for the "certificate changed" event. This change happened on *master*, before the *matrix* branch was merged.
6 lines
104 B
YAML
6 lines
104 B
YAML
- name: restart synapse
|
|
listen: certificate changed
|
|
service:
|
|
name: synapse
|
|
state: restarted
|