mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-25 13:20:22 +00:00
patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
parent
dc94de011f
commit
0bd6d54a8e
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
process_exporter_version: 0.8.2
|
process_exporter_version: 0.8.3
|
||||||
process_exporter_binary_local_dir: ""
|
process_exporter_binary_local_dir: ""
|
||||||
process_exporter_binary_url: "https://github.com/{{ _process_exporter_repo }}/releases/download/v{{ process_exporter_version }}/\
|
process_exporter_binary_url: "https://github.com/{{ _process_exporter_repo }}/releases/download/v{{ process_exporter_version }}/\
|
||||||
process-exporter-{{ process_exporter_version }}.linux-{{ go_arch }}.tar.gz"
|
process-exporter-{{ process_exporter_version }}.linux-{{ go_arch }}.tar.gz"
|
||||||
|
|
|
@ -10,7 +10,7 @@ argument_specs:
|
||||||
options:
|
options:
|
||||||
process_exporter_version:
|
process_exporter_version:
|
||||||
description: "Process exporter package version. Also accepts latest as parameter."
|
description: "Process exporter package version. Also accepts latest as parameter."
|
||||||
default: "0.8.2"
|
default: "0.8.3"
|
||||||
process_exporter_skip_install:
|
process_exporter_skip_install:
|
||||||
description: "Process exporter installation tasks gets skipped when set to true."
|
description: "Process exporter installation tasks gets skipped when set to true."
|
||||||
type: bool
|
type: bool
|
||||||
|
|
Loading…
Reference in a new issue