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

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