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

eb799a
diff --git a/README.md b/README.md
eb799a
index 122b725..b499a2d 100644
eb799a
--- a/README.md
eb799a
+++ b/README.md
eb799a
@@ -11,7 +11,7 @@ Role Variables
eb799a
 
eb799a
 The variables that can be passed to this role are as follows:
eb799a
 
eb799a
-```
eb799a
+```yaml
eb799a
 # List of NTP servers
eb799a
 timesync_ntp_servers:
eb799a
   - hostname: foo.example.com   # Hostname or address of the server
eb799a
@@ -59,7 +59,7 @@ Example Playbook
eb799a
 
eb799a
 Install and configure ntp to synchronize the system clock with three NTP servers:
eb799a
 
eb799a
-```
eb799a
+```yaml
eb799a
 - hosts: targets
eb799a
   vars:
eb799a
     timesync_ntp_servers:
eb799a
@@ -76,7 +76,7 @@ Install and configure ntp to synchronize the system clock with three NTP servers
eb799a
 Install and configure linuxptp to synchronize the system clock with a
eb799a
 grandmaster in PTP domain number 0, which is accessible on interface eth0:
eb799a
 
eb799a
-```
eb799a
+```yaml
eb799a
 - hosts: targets
eb799a
   vars:
eb799a
     timesync_ptp_domains:
eb799a
@@ -90,7 +90,7 @@ Install and configure chrony and linuxptp to synchronize the system clock with
eb799a
 multiple NTP servers and PTP domains for a highly accurate and resilient
eb799a
 synchronization:
eb799a
 
eb799a
-```
eb799a
+```yaml
eb799a
 - hosts: targets
eb799a
   vars:
eb799a
     timesync_ntp_servers: