mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 13:44:16 +00:00
Notify the correct handler
This commit is contained in:
parent
da3267c30f
commit
34cf5e9faf
3 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
|||
owner: synapse
|
||||
group: synapse
|
||||
notify:
|
||||
- "restart synapse"
|
||||
- "restart matrix-synapse"
|
||||
|
||||
- name: Configure logging
|
||||
import_tasks: logging.yml
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
become: true
|
||||
become_user: synapse
|
||||
notify:
|
||||
- "restart synapse"
|
||||
- "restart matrix-synapse"
|
||||
|
||||
- name: create DH parameters
|
||||
openssl_dhparam:
|
||||
|
|
|
@ -25,6 +25,6 @@
|
|||
owner: synapse
|
||||
group: synapse
|
||||
notify:
|
||||
- "restart synapse"
|
||||
- "restart matrix-synapse"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue