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

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