renamed directory
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user