CentOS Sources eb799a6
diff --git a/README.md b/README.md
CentOS Sources eb799a6
index 5950215..df64284 100644
CentOS Sources eb799a6
--- a/README.md
CentOS Sources eb799a6
+++ b/README.md
CentOS Sources eb799a6
@@ -17,7 +17,7 @@ Example Playbook
CentOS Sources eb799a6
 
CentOS Sources eb799a6
 Install and enable postfix. Configure "relay_domains=$mydestination" and
CentOS Sources eb799a6
 
CentOS Sources eb799a6
-```
CentOS Sources eb799a6
+```yaml
CentOS Sources eb799a6
 ---
CentOS Sources eb799a6
 - hosts: all
CentOS Sources eb799a6
   vars:
CentOS Sources eb799a6
@@ -31,7 +31,7 @@ Install and enable postfix. Configure "relay_domains=$mydestination" and
CentOS Sources eb799a6
 Install and enable postfix. Do not run 'postfix check' before restarting
CentOS Sources eb799a6
 postfix:
CentOS Sources eb799a6
 
CentOS Sources eb799a6
-```
CentOS Sources eb799a6
+```yaml
CentOS Sources eb799a6
 ---
CentOS Sources eb799a6
 - hosts: all
CentOS Sources eb799a6
   vars:
CentOS Sources eb799a6
@@ -43,7 +43,7 @@ postfix:
CentOS Sources eb799a6
 Install and enable postfix. Do single backup of main.cf (older backup will be
CentOS Sources eb799a6
 rewritten) and configure "relay_host=example.com":
CentOS Sources eb799a6
 
CentOS Sources eb799a6
-```
CentOS Sources eb799a6
+```yaml
CentOS Sources eb799a6
 ---
CentOS Sources eb799a6
 - hosts: all
CentOS Sources eb799a6
   vars:
CentOS Sources eb799a6
@@ -58,7 +58,7 @@ Install and enable postfix. Do timestamped backup of main.cf and
CentOS Sources eb799a6
 configure "relay_host=example.com" (if postfix_backup_multiple is
CentOS Sources eb799a6
 set to true postfix_backup is ignored):
CentOS Sources eb799a6
 
CentOS Sources eb799a6
-```
CentOS Sources eb799a6
+```yaml
CentOS Sources eb799a6
 ---
CentOS Sources eb799a6
 - hosts: all
CentOS Sources eb799a6
   vars: