We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe550c4 + 7d8d508 commit cf56582Copy full SHA for cf56582
etc/kayobe/ipa.yml
@@ -119,10 +119,7 @@ ipa_build_dib_elements_extra:
119
#ipa_collectors_default:
120
121
# List of additional inspection collectors to run.
122
-ipa_collectors_extra:
123
- - "dmi-decode"
124
- - "extra-hardware"
125
- - "numa-topology"
+ipa_collectors_extra: "{{ ['dmi-decode', 'extra-hardware', 'numa-topology'] if ipa_build_images else [] }}"
126
127
# List of inspection collectors to run.
128
#ipa_collectors:
0 commit comments