Skip to content
Snippets Groups Projects
Commit 67e54f51 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

removing kmod mlnx-kernel and removinf --force

parent d4b44993
No related branches found
No related tags found
1 merge request!335Version pinning and enableing the upgrade role to run at all times
...@@ -105,15 +105,15 @@ ...@@ -105,15 +105,15 @@
become: true become: true
when: install_now when: install_now
- name: install ofa_kernel #- name: install ofa_kernel # this will be installed by mlnxofedinstall
yum: # yum:
name: kmod-mlnx-ofa_kernel-{{ MELLANOX_VERSION }} # name: kmod-mlnx-ofa_kernel-{{ MELLANOX_VERSION }}
state: present # state: present
allow_downgrade: yes # allow_downgrade: yes
become: true # become: true
- name: install drivers - name: install drivers
shell: ./mlnxofedinstall -q --add-kernel-support --force --skip-repo shell: ./mlnxofedinstall -q --add-kernel-support --skip-repo #--force
args: args:
chdir: "/tmp/{{ MELLANOX_DRIVER_SRC }}" chdir: "/tmp/{{ MELLANOX_DRIVER_SRC }}"
become: true become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment