Blame SOURCES/rhel-system-roles-selinux-prefix.diff

cc4018
diff --git a/README.md b/README.md
cc4018
index a0385b0..6efc62d 100644
cc4018
--- a/README.md
cc4018
+++ b/README.md
cc4018
@@ -42,7 +42,7 @@ This role can be configured using variab
cc4018
 vars:
cc4018
   [ see below ]
cc4018
 roles:
cc4018
-  - role: linux-system-roles.selinux
cc4018
+  - role: rhel-system-roles.selinux
cc4018
     become: true
cc4018
 ```
cc4018
 
cc4018
diff --git a/selinux-playbook.yml b/selinux-playbook.yml
cc4018
index 78d3953..b2348d5 100644
cc4018
--- a/selinux-playbook.yml
cc4018
+++ b/selinux-playbook.yml
cc4018
@@ -31,7 +31,7 @@
cc4018
     - name: execute the role and catch errors
cc4018
       block:
cc4018
         - include_role:
cc4018
-            name: linux-system-roles.selinux
cc4018
+            name: rhel-system-roles.selinux
cc4018
       rescue:
cc4018
         # Fail if failed for a different reason than selinux_reboot_required.
cc4018
         - name: handle errors
cc4018
@@ -52,4 +52,4 @@
cc4018
 
cc4018
         - name: reapply the role
cc4018
           include_role:
cc4018
-            name: linux-system-roles.selinux
cc4018
+            name: rhel-system-roles.selinux