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

6 lines
159 B
YAML

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