File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ofed_build_packages: # may require additional packages depending on ofed_package
18
18
- perl
19
19
- rpm-build
20
20
ofed_build_rl8_packages :
21
- - gdb-headless RL8
21
+ - gdb-headless
22
22
- python36
23
23
ofed_package_selection : # list of package selection flags for mlnxofedinstall script
24
24
- hpc
Original file line number Diff line number Diff line change 30
30
register : _ofed_info
31
31
32
32
- name : Install build prerequisites
33
- when : " 'MLNX_OFED_LINUX-' + ofed_version not in _ofed_info.stdout"
34
- # don't want to install a load of prereqs unnecessarily
35
33
dnf :
36
34
name : " {{ ofed_build_packages + (ofed_build_rl8_packages if ofed_distro_version == '8.9' else []) }}"
35
+ when : " 'MLNX_OFED_LINUX-' + ofed_version not in _ofed_info.stdout"
36
+ # don't want to install a load of prereqs unnecessarily
37
37
38
38
- name : Download and unpack Mellanox OFED tarball
39
39
ansible.builtin.unarchive :
You can’t perform that action at this time.
0 commit comments