Add bullseye support in 'prometheus_node'

This commit is contained in:
jeltz 2021-03-15 10:50:40 +01:00
parent 4305a60639
commit 21a3d5af2a
1 changed files with 1 additions and 1 deletions

View File

@ -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)