Skip to content

Commit 5cba2be

Browse files
Merge pull request #25 from stackhpc/old-roles
fix references to old roles
2 parents e94cb08 + 8aac8cd commit 5cba2be

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

roles/grubcmdline/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
stackhpc.grubcmdline
1+
stackhpc.linux.grubcmdline
22
====================
33

44
Sets the default kernel command line
@@ -34,7 +34,7 @@ Example Playbook
3434
- hugepage
3535
tasks:
3636
- include_role:
37-
name: stackhpc.grubcmdline
37+
name: stackhpc.linux.grubcmdline
3838
handlers:
3939
- name: reboot
4040
include_tasks: tasks/reboot.yml

roles/grubcmdline/handlers/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
# handlers file for stackhpc.grubcmdline
2+
# handlers file for stackhpc.linux.grubcmdline

roles/sriov/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
stackhpc.sriov
1+
stackhpc.linux.sriov
22
==============
33

44
[![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`
1717
Dependencies
1818
------------
1919

20-
- `stackhpc.grubcmdline`
20+
- `stackhpc.linux.grubcmdline`
2121

2222
Example Playbook
2323
----------------

roles/sriov/tasks/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
- name: Add iommu to kernel command line (Intel)
2020
ansible.builtin.include_role:
21-
name: stackhpc.grubcmdline
21+
name: stackhpc.linux.grubcmdline
2222
tags: skip_when_testing
2323
vars:
2424
kernel_cmdline: # noqa var-naming[no-role-prefix]
@@ -30,7 +30,7 @@
3030

3131
- name: Set iommu=pt
3232
ansible.builtin.include_role:
33-
name: stackhpc.grubcmdline
33+
name: stackhpc.linux.grubcmdline
3434
tags: skip_when_testing
3535
vars:
3636
kernel_cmdline: # noqa var-naming[no-role-prefix]

roles/sriov/vars/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
# vars file for stackhpc.sriov
2+
# vars file for stackhpc.linux.sriov

0 commit comments

Comments
 (0)