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

1b2089
diff --git a/README.md b/README.md
1b2089
index f419e0b..0d2112d 100644
1b2089
--- a/README.md
1b2089
+++ b/README.md
1b2089
@@ -64,7 +64,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
1b2089
+    - linux-system-roles.timesync
1b2089
 ```
1b2089
 
1b2089
 Install and configure linuxptp to synchronize the system clock with a
1b2089
@@ -77,7 +77,7 @@ grandmaster in PTP domain number 0, which is accessible on interface eth0:
1b2089
       - number: 0
1b2089
         interfaces: [ eth0 ]
1b2089
   roles:
1b2089
-    - timesync
1b2089
+    - linux-system-roles.timesync
1b2089
 ```
1b2089
 
1b2089
 Install and configure chrony and linuxptp to synchronize the system clock with
1b2089
@@ -104,5 +104,5 @@ synchronization:
1b2089
         transport: UDPv4
1b2089
         delay: 0.000010
1b2089
   roles:
1b2089
-    - timesync
1b2089
+    - linux-system-roles.timesync
1b2089
 ```