diff --git a/ci/pre-get_kubeconfig.yml b/ci/pre-get_kubeconfig.yml index 22091d9d9..528923c2e 100644 --- a/ci/pre-get_kubeconfig.yml +++ b/ci/pre-get_kubeconfig.yml @@ -16,7 +16,7 @@ - name: "Log into OpenShift" ansible.builtin.shell: cmd: | - oc login -u {{ cifmw_openshift_user }} -p {{ cifmw_openshift_password }} {{ cifmw_openshift_api }} + oc login -u {{ cifmw_openshift_user }} -p {{ cifmw_openshift_password }} --insecure-skip-tls-verify=true {{ cifmw_openshift_api }} # I need to figure out why the ci_script module is not available in the environment, since the command above is taking the login command out of that. #- name: "Login into openshift"