Skip to content

Commit

Permalink
Update openshift login command
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Dec 14, 2023
1 parent ba68c38 commit 5548e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/pre-get_kubeconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5548e1a

Please sign in to comment.