From a1864ad80dd82aafc4bd09f5d769aa9b4cdf4bb9 Mon Sep 17 00:00:00 2001 From: mg Date: Sat, 15 Jan 2022 11:18:44 +0100 Subject: [PATCH] motd: disable service (#299) Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/299 Co-authored-by: mg Co-committed-by: mg --- roles/mgrote.motd/tasks/systemctl.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mgrote.motd/tasks/systemctl.yml b/roles/mgrote.motd/tasks/systemctl.yml index 85aa0d15..5951ace7 100644 --- a/roles/mgrote.motd/tasks/systemctl.yml +++ b/roles/mgrote.motd/tasks/systemctl.yml @@ -5,6 +5,7 @@ name: motd-news masked: yes state: stopped + enabled: no notify: systemctl_reset_failed register: scsstop ignore_errors: true