mg
d2c425f014
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>
7 lines
133 B
YAML
7 lines
133 B
YAML
---
|
|
- name: restart smartmontools
|
|
become: yes
|
|
systemd:
|
|
name: smartmontools
|
|
state: restarted
|
|
enabled: yes
|