Limit FRR Prom exporter to 12+

Package did not exist on Debian 10/11
This commit is contained in:
Joshua Boniface 2023-12-10 00:31:21 -05:00
parent 35b375ab0e
commit 513313d60f
1 changed files with 1 additions and 1 deletions

View File

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