From 710f7073fe77daab7b405d3413ba1970f0817655 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Fri, 29 Apr 2022 12:14:29 +0200 Subject: [PATCH] Debug accessing kubeconfig --- playbook.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}"