Debug accessing kubeconfig
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
3a450238b1
commit
710f7073fe
@ -188,7 +188,8 @@
|
||||
ansible.builtin.tempfile:
|
||||
state: file
|
||||
register: kubeconfig
|
||||
|
||||
- ansible.builtin.debug:
|
||||
msg: "{{ ( lookup('dict', hostvars) }}"
|
||||
- name: Store kubeconfig in tempfile
|
||||
ansible.builtin.copy:
|
||||
dest: "{{ kubeconfig.path }}"
|
||||
|
Loading…
Reference in New Issue
Block a user