Add .service suffix to systemd units list

We'll be adding `.timer` units later on, so it's good to be
more explicit.
This commit is contained in:
Slavi Pantaleev
2021-01-14 23:02:10 +02:00
parent 653d1d7924
commit 05ca9357a8
32 changed files with 33 additions and 33 deletions

View File

@ -7,7 +7,7 @@
when: "matrix_synapse_role_executed|default(False)"
- set_fact:
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-appservice-webhooks'] }}"
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-appservice-webhooks.service'] }}"
when: matrix_appservice_webhooks_enabled|bool
# If the matrix-synapse role is not used, these variables may not exist.