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