motd: disable service (#299)

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#299
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2022-01-15 11:18:44 +01:00
parent 74a23fdf02
commit a1864ad80d

View file

@ -5,6 +5,7 @@
name: motd-news name: motd-news
masked: yes masked: yes
state: stopped state: stopped
enabled: no
notify: systemctl_reset_failed notify: systemctl_reset_failed
register: scsstop register: scsstop
ignore_errors: true ignore_errors: true