Notify the correct handler

This commit is contained in:
Emmanouil Kampitakis 2019-02-15 03:08:08 +01:00
parent da3267c30f
commit 34cf5e9faf
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@
owner: synapse
group: synapse
notify:
- "restart synapse"
- "restart matrix-synapse"
- name: Configure logging
import_tasks: logging.yml

View file

@ -11,7 +11,7 @@
become: true
become_user: synapse
notify:
- "restart synapse"
- "restart matrix-synapse"
- name: create DH parameters
openssl_dhparam:

View file

@ -25,6 +25,6 @@
owner: synapse
group: synapse
notify:
- "restart synapse"
- "restart matrix-synapse"