homeserver/Archiv/mgrote.telegraf/tasks/metrics/remove_smart_metrics.yml
2020-08-18 11:57:53 +02:00

6 lines
153 B
YAML

- name: remove smart.conf
become: yes
file:
state: absent
path: "/etc/telegraf/telegraf.d/smart.conf"
notify: restart_telegraf