mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
parent
4ee74e92f4
commit
be6935bf48
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