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

Merge branch 'redhattypo' into 'master'

typo. wrong Redhat, right RedHat

See merge request !487
parents 28fb1330 b9befeb5
No related branches found
No related tags found
1 merge request!487typo. wrong Redhat, right RedHat
......@@ -223,7 +223,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
......@@ -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 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