Skip to content

Commit cc4fb92

Browse files
committed
include doca packages in image summary
1 parent b200158 commit cc4fb92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ansible/cleanup.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,10 @@
6161
os: "{{ ansible_distribution }} {{ ansible_distribution_version }}"
6262
kernel: "{{ ansible_kernel }}"
6363
ofed: "{{ ansible_facts.packages['mlnx-ofa_kernel'].0.version | default('-') }}"
64+
doca: "{{ ansible_facts.packages[doca_profile | default('doca-ofed') ].0.version | default('-') }}"
6465
cuda: "{{ ansible_facts.packages['cuda'].0.version | default('-') }}"
6566
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

Comments
 (0)