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

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