소스 검색

fix sso zip fail message

Grega Bremec 2 년 전
부모
커밋
7ea20837da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/check-env/tasks/main.yml

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

@@ -60,7 +60,7 @@
 
 - assert:
     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."
   when: need_zip
 ...