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

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