mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-21 19:33:04 +00:00
patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
parent
22eff22eaf
commit
066c96e58b
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
postgres_exporter_version: 0.15.0
|
||||
postgres_exporter_version: 0.16.0
|
||||
postgres_exporter_binary_url: "https://github.com/{{ _postgres_exporter_repo }}/releases/download/v{{ postgres_exporter_version }}/\
|
||||
postgres_exporter-{{ postgres_exporter_version }}.{{ ansible_system | lower }}-{{ _postgres_exporter_go_ansible_arch }}.tar.gz"
|
||||
postgres_exporter_checksums_url: "https://github.com/{{ _postgres_exporter_repo }}/releases/download/v{{ postgres_exporter_version }}/sha256sums.txt"
|
||||
|
|
|
@ -10,7 +10,7 @@ argument_specs:
|
|||
options:
|
||||
postgres_exporter_version:
|
||||
description: "PostgreSQL exporter package version. Also accepts latest as parameter."
|
||||
default: "0.15.0"
|
||||
default: "0.16.0"
|
||||
postgres_exporter_binary_url:
|
||||
description: "URL of the postgres_exporter binaries .tar.gz file"
|
||||
default: "https://github.com/{{ _postgres_exporter_repo }}/releases/download/v{{ postgres_exporter_version }}/postgres_exporter-{{ postgres_exporter_version }}.{{ ansible_system | lower }}-{{ _postgres_exporter_go_ansible_arch }}.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue