diff --git a/roles/debian/mattermost/handlers/main.yml b/roles/debian/mattermost/handlers/main.yml index ac7b6cdeb..f6b99deea 100644 --- a/roles/debian/mattermost/handlers/main.yml +++ b/roles/debian/mattermost/handlers/main.yml @@ -1,6 +1,7 @@ - name: Reload systemd units and Restart Mattermost. ansible.builtin.systemd_service: state: restarted + enabled: true daemon_reload: true name: mattermost