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.
1 parent 9715a29 commit e827d75Copy full SHA for e827d75
ansible/roles/create-ai-cluster/tasks/main.yml
@@ -176,7 +176,7 @@
176
"ssh_authorized_key": "{{ lookup('file', ssh_public_key_file) }}",
177
"pull_secret": "{{ pull_secret | to_json }}",
178
"static_network_config": "{{ static_network_config }}",
179
- "image_type": "full-iso",
+ "image_type": "minimal-iso",
180
"cluster_id": "{{ ai_cluster_id }}",
181
"openshift_version": "{{ openshift_version }}",
182
}
0 commit comments