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

1b2089
diff --git a/README.md b/README.md
74c108
index 122b725..3866c2e 100644
1b2089
--- a/README.md
1b2089
+++ b/README.md
74c108
@@ -70,7 +70,7 @@ Install and configure ntp to synchronize the system clock with three NTP servers
1b2089
       - hostname: baz.example.com
1b2089
         iburst: yes
1b2089
   roles:
1b2089
-    - timesync
74c108
+    - rhel-system-roles.timesync
1b2089
 ```
1b2089
 
1b2089
 Install and configure linuxptp to synchronize the system clock with a
74c108
@@ -83,7 +83,7 @@ grandmaster in PTP domain number 0, which is accessible on interface eth0:
1b2089
       - number: 0
1b2089
         interfaces: [ eth0 ]
1b2089
   roles:
1b2089
-    - timesync
74c108
+    - rhel-system-roles.timesync
1b2089
 ```
1b2089
 
1b2089
 Install and configure chrony and linuxptp to synchronize the system clock with
74c108
@@ -110,5 +110,5 @@ synchronization:
1b2089
         transport: UDPv4
1b2089
         delay: 0.000010
1b2089
   roles:
1b2089
-    - timesync
74c108
+    - rhel-system-roles.timesync
1b2089
 ```