Skip to content

Commit

Permalink
[automation_platform_loader] Add option --insecure-skip-tls-verify=tr…
Browse files Browse the repository at this point in the history
…ue (#7372)
  • Loading branch information
agonzalezrh authored Nov 15, 2023
1 parent d585f3e commit 1181282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
ansible.builtin.command: >
oc login --username {{ openshift_admin_user }}
--password {{ r_kubeadmin_password.content | b64decode }}
{{ openshift_api_url }}
{{ openshift_api_url }} --insecure-skip-tls-verify=true
delegate_to: localhost

- name: Get OCP bearer token
Expand Down

0 comments on commit 1181282

Please sign in to comment.