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
36776dfdbc
commit
b23b469472
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
smokeping_prober_version: 0.7.3
|
smokeping_prober_version: 0.8.1
|
||||||
smokeping_prober_binary_local_dir: ""
|
smokeping_prober_binary_local_dir: ""
|
||||||
smokeping_prober_binary_url: "https://github.com/{{ _smokeping_prober_repo }}/releases/download/v{{ smokeping_prober_version }}/\
|
smokeping_prober_binary_url: "https://github.com/{{ _smokeping_prober_repo }}/releases/download/v{{ smokeping_prober_version }}/\
|
||||||
smokeping_prober-{{ smokeping_prober_version }}.linux-{{ go_arch }}.tar.gz"
|
smokeping_prober-{{ smokeping_prober_version }}.linux-{{ go_arch }}.tar.gz"
|
||||||
|
|
|
@ -10,7 +10,7 @@ argument_specs:
|
||||||
options:
|
options:
|
||||||
smokeping_prober_version:
|
smokeping_prober_version:
|
||||||
description: "Smokeping Prober package version. Also accepts latest as parameter."
|
description: "Smokeping Prober package version. Also accepts latest as parameter."
|
||||||
default: "0.7.3"
|
default: "0.8.1"
|
||||||
smokeping_prober_skip_install:
|
smokeping_prober_skip_install:
|
||||||
description: "Smokeping Prober installation tasks gets skipped when set to true."
|
description: "Smokeping Prober installation tasks gets skipped when set to true."
|
||||||
type: bool
|
type: bool
|
||||||
|
|
Loading…
Reference in a new issue