Fix paranthesises
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2022-04-29 15:30:59 +02:00
parent 710f7073fe
commit 78252ec7af
1 changed files with 1 additions and 1 deletions

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