File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- stackhpc.grubcmdline
1
+ stackhpc.linux. grubcmdline
2
2
====================
3
3
4
4
Sets the default kernel command line
@@ -34,7 +34,7 @@ Example Playbook
34
34
- hugepage
35
35
tasks:
36
36
- include_role:
37
- name: stackhpc.grubcmdline
37
+ name: stackhpc.linux. grubcmdline
38
38
handlers:
39
39
- name: reboot
40
40
include_tasks: tasks/reboot.yml
Original file line number Diff line number Diff line change 1
1
---
2
- # handlers file for stackhpc.grubcmdline
2
+ # handlers file for stackhpc.linux. grubcmdline
Original file line number Diff line number Diff line change 1
- stackhpc.sriov
1
+ stackhpc.linux. sriov
2
2
==============
3
3
4
4
[ ![ Build Status] ( https://travis-ci.com/stackhpc/ansible-role-sriov.svg?branch=master )] ( https://travis-ci.com/stackhpc/ansible-role-sriov )
@@ -17,7 +17,7 @@ See `defaults/main.yml`
17
17
Dependencies
18
18
------------
19
19
20
- - ` stackhpc.grubcmdline `
20
+ - ` stackhpc.linux. grubcmdline `
21
21
22
22
Example Playbook
23
23
----------------
Original file line number Diff line number Diff line change 18
18
19
19
- name : Add iommu to kernel command line (Intel)
20
20
ansible.builtin.include_role :
21
- name : stackhpc.grubcmdline
21
+ name : stackhpc.linux. grubcmdline
22
22
tags : skip_when_testing
23
23
vars :
24
24
kernel_cmdline : # noqa var-naming[no-role-prefix]
30
30
31
31
- name : Set iommu=pt
32
32
ansible.builtin.include_role :
33
- name : stackhpc.grubcmdline
33
+ name : stackhpc.linux. grubcmdline
34
34
tags : skip_when_testing
35
35
vars :
36
36
kernel_cmdline : # noqa var-naming[no-role-prefix]
Original file line number Diff line number Diff line change 1
1
---
2
- # vars file for stackhpc.sriov
2
+ # vars file for stackhpc.linux. sriov
You can’t perform that action at this time.
0 commit comments