mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
patch: 🎉 automated upstream release update (#268)
Signed-off-by: prombot <prometheus-team@googlegroups.com> Co-authored-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
parent
db06381ceb
commit
17c4878837
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
chrony_exporter_version: 0.6.1
|
chrony_exporter_version: 0.7.0
|
||||||
chrony_exporter_binary_local_dir: ""
|
chrony_exporter_binary_local_dir: ""
|
||||||
chrony_exporter_binary_url: "https://github.com/{{ _chrony_exporter_repo }}/releases/download/v{{ chrony_exporter_version }}/\
|
chrony_exporter_binary_url: "https://github.com/{{ _chrony_exporter_repo }}/releases/download/v{{ chrony_exporter_version }}/\
|
||||||
chrony_exporter-{{ chrony_exporter_version }}.linux-{{ go_arch }}.tar.gz"
|
chrony_exporter-{{ chrony_exporter_version }}.linux-{{ go_arch }}.tar.gz"
|
||||||
|
|
|
@ -10,7 +10,7 @@ argument_specs:
|
||||||
options:
|
options:
|
||||||
chrony_exporter_version:
|
chrony_exporter_version:
|
||||||
description: "Chrony exporter package version. Also accepts latest as parameter."
|
description: "Chrony exporter package version. Also accepts latest as parameter."
|
||||||
default: "1.6.0"
|
default: "0.7.0"
|
||||||
chrony_exporter_skip_install:
|
chrony_exporter_skip_install:
|
||||||
description: "Chrony exporter installation tasks gets skipped when set to true."
|
description: "Chrony exporter installation tasks gets skipped when set to true."
|
||||||
type: bool
|
type: bool
|
||||||
|
|
Loading…
Reference in a new issue