renamed directory

This commit is contained in:
2023-01-26 18:25:25 +01:00
parent 442998c249
commit d1693eb03e
7 changed files with 3 additions and 3 deletions

View File

@@ -22,11 +22,11 @@
- name: server | telegraf | copy basic config
copy:
dest: "/etc/telegraf/telegraf.d/{{ item }}"
dest: "/etc/telegraf/{{ item }}"
src: "{{ item }}"
loop:
- input_basics.conf
- output_influx.conf
- telegraf.d/input_basics.conf
- telegraf.d/output_influx.conf
notify: restart telegraf