homeserver/roles/mgrote.motd/tasks/systemctl.yml
mg dbaab6ea73 Überarbeitung: motd (#328)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#328
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2022-02-18 18:38:09 +01:00

10 lines
174 B
YAML

---
- name: stop units
become: yes
ansible.builtin.systemd:
name: motd-news
masked: yes
state: stopped
enabled: no
daemon_reload: yes