Install postgres exporter when it is bullseye or buster
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
bdcdb8ceae
commit
764f0f106d
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@
|
||||||
register: apt_result
|
register: apt_result
|
||||||
retries: 3
|
retries: 3
|
||||||
until: apt_result is succeeded
|
until: apt_result is succeeded
|
||||||
when:
|
|
||||||
- ansible_lsb.codename == 'bullseye'
|
|
||||||
|
|
||||||
- name: Make Prometheus postgres-exporter connect to databases using peercred
|
- name: Make Prometheus postgres-exporter connect to databases using peercred
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Loading…
Reference in a new issue