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
|
state: file
|
||||||
register: kubeconfig
|
register: kubeconfig
|
||||||
- ansible.builtin.debug:
|
- ansible.builtin.debug:
|
||||||
msg: "{{ ( lookup('dict', hostvars) }}"
|
msg: "{{ lookup('dict', hostvars) }}"
|
||||||
- name: Store kubeconfig in tempfile
|
- name: Store kubeconfig in tempfile
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
dest: "{{ kubeconfig.path }}"
|
dest: "{{ kubeconfig.path }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user