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.
13 lines
230 B
YAML
13 lines
230 B
YAML
- hosts: synapse
|
|
vars_files:
|
|
- vault/synapse/{{ matrix_server_name }}
|
|
roles:
|
|
- apache
|
|
- synapse
|
|
tasks:
|
|
- meta: flush_handlers
|
|
- name: ensure synapse is running
|
|
service:
|
|
name: synapse
|
|
state: started
|