Merge "Evaluate truthiness of inspector.discovery.enabled with bool filter"

changes/37/861537/3
Zuul 2022-11-04 04:13:32 +00:00 committed by Gerrit Code Review
commit fa284e5200
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ processing_hooks = {{ inspector_processing_hooks }}
store_data = database
power_off = {{ power_off_after_inspection }}
{% if inspector.discovery.enabled == true %}
{% if inspector.discovery.enabled | bool %}
node_not_found_hook = enroll
[discovery]