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

190903
diff --git a/README.md b/README.md
190903
index 5950215..a59d72f 100644
190903
--- a/README.md
190903
+++ b/README.md
190903
@@ -25,7 +25,7 @@ Install and enable postfix. Configure "relay_domains=$mydestination" and
190903
       relay_domains: "$mydestination"
190903
       relay_host: "example.com"
190903
   roles:
190903
-    - postfix
190903
+    - linux-system-roles.postfix
190903
 ```
190903
 
190903
 Install and enable postfix. Do not run 'postfix check' before restarting
190903
@@ -37,7 +37,7 @@ postfix:
190903
   vars:
190903
     postfix_check: false
190903
   roles:
190903
-    - postfix
190903
+    - linux-system-roles.postfix
190903
 ```
190903
 
190903
 Install and enable postfix. Do single backup of main.cf (older backup will be
190903
@@ -51,7 +51,7 @@ rewritten) and configure "relay_host=example.com":
190903
       relay_host: "example.com"
190903
     postfix_backup: true
190903
   roles:
190903
-    - postfix
190903
+    - linux-system-roles.postfix
190903
 ```
190903
 
190903
 Install and enable postfix. Do timestamped backup of main.cf and
190903
@@ -66,7 +66,7 @@ set to true postfix_backup is ignored):
190903
       relay_host: "example.com"
190903
     postfix_backup_multiple: true
190903
   roles:
190903
-    - postfix
190903
+    - linux-system-roles.postfix
190903
 ```
190903
 
190903