Merge pull request 'Add bullseye support in 'prometheus_node'' (#44) from fix_prometheus_bullseye into master

Reviewed-on: Aurore/ansible#44
pull/51/head
jeltz 3 years ago
commit 2d8897e9f9

@ -8,7 +8,7 @@
retries: 3
until: apt_result is succeeded
when:
- ansible_lsb.codename == 'buster'
- ansible_lsb.codename != 'stretch'
# Prometheus 2 node is in stretch-backports
- name: Install Prometheus node-exporter (stretch-backports)

Loading…
Cancel
Save