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

8 lines
133 B
YAML

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