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

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