diff --git a/playbook.yml b/playbook.yml index b26d19f..e2c58ed 100644 --- a/playbook.yml +++ b/playbook.yml @@ -189,7 +189,7 @@ state: file register: kubeconfig - ansible.builtin.debug: - msg: "{{ ( lookup('dict', hostvars) }}" + msg: "{{ lookup('dict', hostvars) }}" - name: Store kubeconfig in tempfile ansible.builtin.copy: dest: "{{ kubeconfig.path }}"