Install postgres exporter when it is bullseye or buster
continuous-integration/drone/push Build is failing Details

pull/53/head
pz2891 3 years ago
parent bdcdb8ceae
commit 764f0f106d

@ -6,8 +6,6 @@
register: apt_result
retries: 3
until: apt_result is succeeded
when:
- ansible_lsb.codename == 'bullseye'
- name: Make Prometheus postgres-exporter connect to databases using peercred
lineinfile:

Loading…
Cancel
Save