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

typo. wrong Redhat, right RedHat

parent 8200243e
No related branches found
No related tags found
1 merge request!487typo. wrong Redhat, right RedHat
......@@ -231,7 +231,7 @@
chdir: "/tmp/{{ MELLANOX_DRIVER_SRC }}"
become: true
become_user: root
when: install_now and buildKMOD!=True and ansible_os_family == "Redhat"
when: install_now and buildKMOD!=True and ansible_os_family == "RedHat"
- name: build and install drivers Redhat
shell: ./mlnxofedinstall -q --skip-repo --without-fw-update --add-kernel-support --hpc --kmp --all
......@@ -239,7 +239,7 @@
chdir: "/tmp/{{ MELLANOX_DRIVER_SRC }}"
become: true
become_user: root
when: install_now and buildKMOD==True and ansible_os_family == "Redhat"
when: install_now and buildKMOD==True and ansible_os_family == "RedHat"
- name: build and install drivers Debian
shell: ./mlnxofedinstall -q --skip-repo --without-fw-update --hpc --dkms
......
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