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

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