renamed directory
This commit is contained in:
@@ -22,11 +22,11 @@
|
|||||||
|
|
||||||
- name: server | telegraf | copy basic config
|
- name: server | telegraf | copy basic config
|
||||||
copy:
|
copy:
|
||||||
dest: "/etc/telegraf/telegraf.d/{{ item }}"
|
dest: "/etc/telegraf/{{ item }}"
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
loop:
|
loop:
|
||||||
- input_basics.conf
|
- telegraf.d/input_basics.conf
|
||||||
- output_influx.conf
|
- telegraf.d/output_influx.conf
|
||||||
notify: restart telegraf
|
notify: restart telegraf
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user