bugfix:TSG-21206: Update telegraf to v1.30.2.
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user