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 3e35c51 + 9dd8d6f commit 97078c4Copy full SHA for 97078c4
etc/kayobe/ipa.yml
@@ -117,10 +117,7 @@ ipa_build_dib_elements_extra:
117
#ipa_collectors_default:
118
119
# List of additional inspection collectors to run.
120
-ipa_collectors_extra:
121
- - "dmi-decode"
122
- - "extra-hardware"
123
- - "numa-topology"
+ipa_collectors_extra: "{{ ['dmi-decode', 'extra-hardware', 'numa-topology'] if ipa_build_images else [] }}"
124
125
# List of inspection collectors to run.
126
#ipa_collectors:
0 commit comments