mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
Merge pull request #331 from prometheus-community/autoupdate/blackbox_exporter/0.25.0
patch: New prometheus/blackbox_exporter upstream release 0.25.0!
This commit is contained in:
commit
adcb5a895f
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
blackbox_exporter_version: 0.24.0
|
||||
blackbox_exporter_version: 0.25.0
|
||||
blackbox_exporter_binary_local_dir: ""
|
||||
blackbox_exporter_binary_url: "https://github.com/{{ _blackbox_exporter_repo }}/releases/download/v{{ blackbox_exporter_version }}/\
|
||||
blackbox_exporter-{{ blackbox_exporter_version }}.linux-{{ go_arch_map[ansible_architecture] |
|
||||
|
|
|
@ -10,7 +10,7 @@ argument_specs:
|
|||
options:
|
||||
blackbox_exporter_version:
|
||||
description: "Blackbox exporter package version. Also accepts latest as parameter."
|
||||
default: "0.24.0"
|
||||
default: "0.25.0"
|
||||
blackbox_exporter_skip_install:
|
||||
description: "Blackbox exporter installation tasks gets skipped when set to true."
|
||||
type: bool
|
||||
|
|
Loading…
Reference in a new issue