-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SRIOV/IOMMU]Fixing conditional to enable for variance in /proc/cpuin…
…fo outputs [SRIOV] Sytanx fix
- Loading branch information
1 parent
8a81227
commit a005a8f
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
Check failure on line 1 in roles/sriov/tasks/main.yml GitHub Actions / lint / Ansible 2.14 lintschema[tasks]
|
||
- name: Include action tasks | ||
Check failure on line 2 in roles/sriov/tasks/main.yml GitHub Actions / lint / Ansible 2.12 lint
Check failure on line 2 in roles/sriov/tasks/main.yml GitHub Actions / lint / Ansible 2.14 lintdeprecated-module
|
||
ansible.builtin._include: "{{ sriov_action | default('all') }}.yml" | ||
ansible.builtin.include: "{{ sriov_action | default('all') }}.yml" |