add redis exporter package list
This commit is contained in:
parent
e53304f8e8
commit
ccd510e9f6
@ -49,3 +49,8 @@
|
|||||||
include_tasks: 'blackbox_exporter.yml'
|
include_tasks: 'blackbox_exporter.yml'
|
||||||
when:
|
when:
|
||||||
- "'blackbox' in prometheus_exporter_packages"
|
- "'blackbox' in prometheus_exporter_packages"
|
||||||
|
|
||||||
|
- name: 'prometheus | Redis exporter'
|
||||||
|
include_tasks: 'redis_exporter.yml'
|
||||||
|
when:
|
||||||
|
- "'redis' in prometheus_exporter_packages"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user