homeserver/roles/mgrote.smart/handlers/main.yml
mg d2c425f014 change to script user: smart (#252)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#252
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2021-11-23 21:51:18 +01:00

8 lines
133 B
YAML

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