Limit FRR Prom exporter to 12+
Package did not exist on Debian 10/11
This commit is contained in:
parent
35b375ab0e
commit
513313d60f
|
@ -15,7 +15,7 @@
|
|||
register: apt_res
|
||||
retries: 5
|
||||
until: apt_res is success
|
||||
when: enable_prometheus_exporters is defined and enable_prometheus_exporters
|
||||
when: enable_prometheus_exporters is defined and enable_prometheus_exporters and debian_version|int >= 12
|
||||
|
||||
- name: install frr configuration
|
||||
template:
|
||||
|
|
Loading…
Reference in New Issue