Fix paranthesises
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Danny Bessems 2022-04-29 15:30:59 +02:00
parent 710f7073fe
commit 78252ec7af

View File

@ -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 }}"