roles/synapse: Add cert role dependency

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.
This commit is contained in:
2021-01-31 15:38:18 -06:00
parent 284fb569a2
commit 81417068c2
3 changed files with 10 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
- name: restart synapse
listen: certificate changed
service:
name: synapse
state: restarted