mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-21 11:23:08 +00:00
Merge pull request #472 from prometheus-community/autoupdate/postgres_exporter/0.16.0
patch: New prometheus-community/postgres_exporter upstream release 0.16.0!
This commit is contained in:
commit
6460d74d1f
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