We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e754b0a commit 960abbeCopy full SHA for 960abbe
roles/iommu/tasks/main.yml
@@ -7,7 +7,7 @@
7
- intel_iommu=on
8
kernel_cmdline_remove: # noqa: var-naming[no-role-prefix]
9
- ^intel_iommu=
10
- when: "'Intel' in ansible_facts.processor.0"
+ when: ansible_facts.processor | select('search', 'Intel') | list | length > 0
11
12
- name: Set iommu=pt
13
ansible.builtin.include_role:
0 commit comments