Fix paranthesises
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
710f7073fe
commit
78252ec7af
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user