mirror of
https://github.com/luzifer-ansible/telegraf.git
synced 2024-11-09 14:20:05 +00:00
Update download url / version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8d4b69602e
commit
2ac204f300
2 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@ telegraf_global_tags: {}
|
||||||
telegraf_outputs: {}
|
telegraf_outputs: {}
|
||||||
telegraf_inputs: {}
|
telegraf_inputs: {}
|
||||||
|
|
||||||
telegraf_version: "1.6.1"
|
telegraf_version: "1.18.1"
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
- name: Download and unpack telegraf release
|
- name: Download and unpack telegraf release
|
||||||
unarchive:
|
unarchive:
|
||||||
src: 'https://dl.influxdata.com/telegraf/releases/telegraf-{{ telegraf_version }}-static_linux_amd64.tar.gz'
|
src: 'https://dl.influxdata.com/telegraf/releases/telegraf-{{ telegraf_version }}_linux_amd64.tar.gz'
|
||||||
remote_src: true
|
remote_src: true
|
||||||
dest: /tmp
|
dest: /tmp
|
||||||
when: telegraf_version not in telegraf_version_cmd.stdout
|
when: telegraf_version not in telegraf_version_cmd.stdout
|
||||||
|
|
Loading…
Reference in a new issue