diff --git a/playbook.yml b/playbook.yml index af177a5..b26d19f 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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 }}"