Skip to content

Commit

Permalink
Update ocp_bearer_token.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalezrh authored Nov 15, 2023
1 parent 37b5fb7 commit 66dcd49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
ansible.builtin.command: oc whoami -t
delegate_to: localhost
register: r_oc_whoami

- name: Create OCP bearer token as fact
ansible.builtin.set_fact:
openshift_bearer_token: "{{ r_oc_whoami.stdout }}"
Expand Down

0 comments on commit 66dcd49

Please sign in to comment.