homeserver/roles/mgrote.smart/handlers/main.yml

8 lines
144 B
YAML

---
- name: smartmontools_starten_aktivieren
become: yes
systemd:
name: smartmontools
state: restarted
enabled: yes