Add bullseye support in 'prometheus_node'

This commit is contained in:
jeltz 2021-03-15 10:50:40 +01:00
parent 4305a60639
commit 21a3d5af2a

View file

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