We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa9ed5 commit bd1936dCopy full SHA for bd1936d
playbooks/cns-installation.yaml
@@ -118,7 +118,7 @@
118
msg: "Linux Kernel: {{ nvidia_kernel.stdout }}"
119
120
- name: check iommu_passthrough exists in current kernel cmdline
121
- shell: grep iommu_passthrough /proc/cmdline
+ shell: grep iommu.passthrough /proc/cmdline
122
register: iommu_passthrough_check
123
ignore_errors: true
124
failed_when: false
@@ -407,4 +407,4 @@
407
when: "cns_version > 4.1 and cns_validation == true and release != 'tegra'"
408
409
- when: "cns_version > 4.1 and cns_validation == true and release != 'tegra'"
410
- import_playbook: cns-validation.yaml
+ import_playbook: cns-validation.yaml
0 commit comments