Browse Source

fix sso zip fail message

Grega Bremec 2 years ago
parent
commit
7ea20837da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/check-env/tasks/main.yml

+ 1 - 1
roles/check-env/tasks/main.yml

@@ -60,7 +60,7 @@
 
 
 - assert:
 - assert:
     that: sso_zip.stat.exists
     that: sso_zip.stat.exists
-    fail_msg: "ERROR: RHSSO ZIP not downloaded!"
+    fail_msg: "ERROR: RHSSO ZIP not downloaded! Please go to section 'Before You Begin' in your book."
     success_msg: "OK: Found RHSSO ZIP file."
     success_msg: "OK: Found RHSSO ZIP file."
   when: need_zip
   when: need_zip
 ...
 ...