mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
Merge pull request #196 from prometheus-community/autoupdate/smokeping_prober/0.7.1
patch: New superq/smokeping_prober upstream release!
This commit is contained in:
commit
a38ef48fac
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
smokeping_prober_version: 0.7.0
|
||||
smokeping_prober_version: 0.7.1
|
||||
smokeping_prober_binary_local_dir: ""
|
||||
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"
|
||||
|
|
|
@ -10,7 +10,7 @@ argument_specs:
|
|||
options:
|
||||
smokeping_prober_version:
|
||||
description: "Smokeping Prober package version. Also accepts latest as parameter."
|
||||
default: "1.1.2"
|
||||
default: "0.7.1"
|
||||
smokeping_prober_skip_install:
|
||||
description: "Smokeping Prober installation tasks gets skipped when set to true."
|
||||
type: bool
|
||||
|
|
Loading…
Reference in a new issue