Merge pull request #102 from langerma/FreeBSD

on FreeBSD the telegeraf.conf is in root of /usr/local/etc.
This commit is contained in:
Werner Dijkerman
2019-05-01 10:22:24 +02:00
committed by GitHub

View File

@ -8,7 +8,7 @@
- name: "Add prefix path"
set_fact:
telegraf_agent_config_path: /usr/local/etc/telegraf
telegraf_agent_config_path: /usr/local/etc
when:
- ansible_os_family == "FreeBSD"