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:
|
ansible.builtin.tempfile:
|
||||||
state: file
|
state: file
|
||||||
register: kubeconfig
|
register: kubeconfig
|
||||||
|
- ansible.builtin.debug:
|
||||||
|
msg: "{{ ( lookup('dict', hostvars) }}"
|
||||||
- name: Store kubeconfig in tempfile
|
- name: Store kubeconfig in tempfile
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
dest: "{{ kubeconfig.path }}"
|
dest: "{{ kubeconfig.path }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user