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 b200158 commit cc4fb92Copy full SHA for cc4fb92
ansible/cleanup.yml
@@ -61,5 +61,10 @@
61
os: "{{ ansible_distribution }} {{ ansible_distribution_version }}"
62
kernel: "{{ ansible_kernel }}"
63
ofed: "{{ ansible_facts.packages['mlnx-ofa_kernel'].0.version | default('-') }}"
64
+ doca: "{{ ansible_facts.packages[doca_profile | default('doca-ofed') ].0.version | default('-') }}"
65
cuda: "{{ ansible_facts.packages['cuda'].0.version | default('-') }}"
66
slurm-ohpc: "{{ ansible_facts.packages['slurm-ohpc'].0.version | default('-') }}"
67
+
68
+- name: Show image summary
69
+ debug:
70
+ var: image_info
0 commit comments