File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 71
71
vars :
72
72
image_info :
73
73
branch : " {{ lookup('pipe', 'git rev-parse --abbrev-ref HEAD') }}"
74
- build : " {{ ansible_nodename | split('.') | first }}" # hostname is image name, which contains build info
74
+ build : " {{ ansible_nodename | split('.') | first }}" # hostname is image name, which contains build info
75
75
os : " {{ ansible_distribution }} {{ ansible_distribution_version }}"
76
76
kernel : " {{ ansible_kernel }}"
77
77
ofed : " {{ ansible_facts.packages['mlnx-ofa_kernel'].0.version | default('-') }}"
78
78
doca : " {{ ansible_facts.packages[doca_profile | default('doca-ofed') ].0.version | default('-') }}"
79
- cuda : " {{ ansible_facts.packages['cuda'].0.version | default('-') }}"
79
+ cuda : " {{ ansible_facts.packages['cuda-toolkit '].0.version | default('-') }}"
80
80
slurm-ohpc : " {{ ansible_facts.packages['slurm-ohpc'].0.version | default('-') }}"
81
81
82
82
- name : Show image summary
You can’t perform that action at this time.
0 commit comments