mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
test: postgres_exporter fix url for alternative scenario
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
This commit is contained in:
parent
0b1e4d1f62
commit
a56e3b4802
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
- name: Download postgres_exporter binary to local folder
|
||||
become: false
|
||||
ansible.builtin.get_url:
|
||||
url: "https://github.com/prometheus/postgres_exporter/releases/download/v{{\
|
||||
url: "https://github.com/prometheus-community/postgres_exporter/releases/download/v{{\
|
||||
\ postgres_exporter_version }}/postgres_exporter-{{ postgres_exporter_version\
|
||||
\ }}.linux-{{ go_arch }}.tar.gz"
|
||||
dest: "/tmp/postgres_exporter-{{ postgres_exporter_version }}.linux-{{ go_arch\
|
||||
|
|
Loading…
Reference in a new issue