Add missing restart task

Should have been part of 149872e00c
This commit is contained in:
Slavi Pantaleev 2020-12-22 13:24:53 +02:00
parent 149872e00c
commit e64758c119

View file

@ -119,3 +119,9 @@
service:
daemon_reload: yes
when: "matrix_mx_puppet_discord_systemd_service_result.changed"
- name: Ensure matrix-mx-puppet-discord.service restarted, if necessary
service:
name: "matrix-mx-puppet-discord.service"
state: restarted
when: "matrix_mx_puppet_discord_requires_restart|bool"