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

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