Blame SOURCES/rhel-system-roles-postfix-pr5.diff

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