Skip to content

Commit 631cb26

Browse files
committed
Add select
1 parent dc85568 commit 631cb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla/inventory/group_vars/prometheus-blackbox-exporter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ prometheus_blackbox_exporter_endpoints: |
1515
{% endfor %}
1616
{% endif %}
1717
{% endfor %}
18-
{{ (endpoints + prometheus_blackbox_exporter_endpoints_custom) | unique | list }}
18+
{{ (endpoints + prometheus_blackbox_exporter_endpoints_custom) | unique | select | list }}
1919

2020
# A list of custom prometheus Blackbox exporter endpoints. Each element should
2121
# have the following format:

0 commit comments

Comments
 (0)