Skip to content

Commit fc1100f

Browse files
committed
Driver Alert Fix
1 parent ddc7fa5 commit fc1100f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/operators-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
- name: NVIDIA Driver Alert
6060
debug:
6161
msg: "NVIIDA Driver is installed on the system, please uninstall the NVIDIA Driver and continue the installation. Example: 'sudo /usr/bin/nvidia-uninstall'"
62-
when: cns_nvidia_driver != true and nvidia_mod.rc > 1 or cns_nvidia_driver != true and nvidia_smi.rc == 0
62+
when: cns_nvidia_driver != true and nvidia_smi.rc == 0 or cns_nvidia_driver != true and nvidia_mod.rc > 1
6363
ignore_errors: true
6464
failed_when: false
6565

0 commit comments

Comments
 (0)