Преглед на файлове

Slight modification to error when using mismatched openshift_release.

Devan Goodwin преди 8 години
родител
ревизия
223d453e9c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      roles/openshift_version/tasks/main.yml

+ 1 - 1
roles/openshift_version/tasks/main.yml

@@ -76,7 +76,7 @@
 # We can't map an openshift_release to full rpm version like we can with containers, make sure
 # the rpm version we looked up matches the release requested and error out if not.
 - fail:
-    msg: "Detected openshift version {{ openshift_version }} does not match requested openshift_release {{ openshift_release }}. You may need to adjust your yum repositories or specify an exact openshift_pkg_version."
+    msg: "Detected OpenShift version {{ openshift_version }} does not match requested openshift_release {{ openshift_release }}. You may need to adjust your yum repositories, inventory, or run the appropriate OpenShift upgrade playbook."
   when: not is_containerized | bool and openshift_release is defined and not openshift_version.startswith(openshift_release) | bool
 
 # The end result of these three variables is quite important so make sure they are displayed and logged: