File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 - intel_iommu=on
88 kernel_cmdline_remove : # noqa: var-naming[no-role-prefix]
99 - ^intel_iommu=
10- when : " 'Intel' in ansible_facts.processor.0 "
10+ when : ansible_facts.processor | select('search','Intel')
1111
1212- name : Set iommu=pt
1313 ansible.builtin.include_role :
Original file line number Diff line number Diff line change 2626 kernel_cmdline_remove : # noqa var-naming[no-role-prefix]
2727 - ^intel_iommu=
2828 kernel_restart_handler : " {{ sriov_restart_handler }}"
29- when : " 'Intel' in ansible_facts.processor.0 "
29+ when : ansible_facts.processor | select('search','Intel')
3030
3131- name : Set iommu=pt
3232 ansible.builtin.include_role :
Original file line number Diff line number Diff line change 11---
22- name : Include action tasks
3- ansible.builtin._include : " {{ sriov_action | default('all') }}.yml"
3+ ansible.builtin.include_tasks : " {{ sriov_action | default('all') }}.yml"
You can’t perform that action at this time.
0 commit comments