Merge pull request 'Add bullseye support in 'prometheus_node'' (#44) from fix_prometheus_bullseye into master
Reviewed-on: Aurore/ansible#44
This commit is contained in:
commit
2d8897e9f9
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