Add bullseye support in 'prometheus_node'
This commit is contained in:
parent
4305a60639
commit
21a3d5af2a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue