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

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