mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 20:58:26 +00:00
Merge pull request #282 from prometheus-community/autoupdate/ipmi_exporter/1.8.0
patch: New prometheus-community/ipmi_exporter upstream release 1.8.0!
This commit is contained in:
commit
3511e64e7c
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
ipmi_exporter_version: 1.7.0
|
||||
ipmi_exporter_version: 1.8.0
|
||||
ipmi_exporter_binary_local_dir: ""
|
||||
ipmi_exporter_binary_url: "https://github.com/{{ _ipmi_exporter_repo }}/releases/download/v{{ ipmi_exporter_version }}/\
|
||||
ipmi_exporter-{{ ipmi_exporter_version }}.linux-{{ go_arch }}.tar.gz"
|
||||
|
|
|
@ -10,7 +10,7 @@ argument_specs:
|
|||
options:
|
||||
ipmi_exporter_version:
|
||||
description: "ipmi_exporter package version. Also accepts latest as parameter."
|
||||
default: "0.14.2"
|
||||
default: "1.8.0"
|
||||
ipmi_exporter_skip_install:
|
||||
description: "ipmi_exporter installation tasks gets skipped when set to true."
|
||||
type: bool
|
||||
|
|
Loading…
Add table
Reference in a new issue