bugfix:TSG-21206: Update telegraf to v1.30.2.

This commit is contained in:
fumingwei
2024-05-16 19:07:47 +08:00
parent 58587ff72f
commit bcec01c17f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,12 +1,12 @@
- name: "copy telegraf.rpm to destination server"
copy:
src: "{{ role_path }}/files/telegraf-1.25.0-1.x86_64.rpm"
src: "{{ role_path }}/files/telegraf-1.30.2-1.x86_64.rpm"
dest: /tmp
- name: "install telegraf"
yum:
name:
- /tmp/telegraf-1.25.0-1.x86_64.rpm
- /tmp/telegraf-1.30.2-1.x86_64.rpm
state: present
disable_gpg_check: yes