Skip to content
Snippets Groups Projects
Unverified Commit ef44befe authored by Paweł Krupa's avatar Paweł Krupa Committed by GitHub
Browse files

fix preflight check responsible for collector enablement (#81)

[minor] release
parent c5042975
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,6 @@
node_exporter_system_user: "root"
node_exporter_textfile_dir: ""
node_exporter_enabled_collectors:
- systemd
- entropy
node_exporter_disabled_collectors:
- diskstats
......@@ -24,7 +24,7 @@
- name: Assert collectors are not both disabled and enabled at the same time
assert:
that:
- "item in node_exporter_enabled_collectors"
- "item not in node_exporter_enabled_collectors"
with_items: "{{ node_exporter_disabled_collectors }}"
- block:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment