homeserver/roles/mgrote.motd/tasks/systemctl.yml
mg 7cc41b532a Aufbau PVE5 (#421)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #421
2022-11-03 21:12:54 +01:00

11 lines
198 B
YAML

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