Skip to content

Commit bd1936d

Browse files
author
Anurag Guda
authored
25.7.2 Release
1 parent 5aa9ed5 commit bd1936d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/cns-installation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
msg: "Linux Kernel: {{ nvidia_kernel.stdout }}"
119119

120120
- name: check iommu_passthrough exists in current kernel cmdline
121-
shell: grep iommu_passthrough /proc/cmdline
121+
shell: grep iommu.passthrough /proc/cmdline
122122
register: iommu_passthrough_check
123123
ignore_errors: true
124124
failed_when: false
@@ -407,4 +407,4 @@
407407
when: "cns_version > 4.1 and cns_validation == true and release != 'tegra'"
408408

409409
- when: "cns_version > 4.1 and cns_validation == true and release != 'tegra'"
410-
import_playbook: cns-validation.yaml
410+
import_playbook: cns-validation.yaml

0 commit comments

Comments
 (0)