Change syntax
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
d965d6e976
commit
9d30785983
@ -194,7 +194,7 @@
|
|||||||
content: "{{ ( lookup('dict', hostvars) )[0].value.cluster.kubeconfig }}"
|
content: "{{ ( lookup('dict', hostvars) )[0].value.cluster.kubeconfig }}"
|
||||||
mode: 0600
|
mode: 0600
|
||||||
- ansible.builtin.debug:
|
- ansible.builtin.debug:
|
||||||
msg: "{{ cluster.servers[0].ip | ansible.utils.ipaddr('address') }}"
|
msg: "{{ ( cluster.servers )[0].ip | ansible.utils.ipaddr('address') }}"
|
||||||
- name: Replace API url
|
- name: Replace API url
|
||||||
ansible.builtin.replace:
|
ansible.builtin.replace:
|
||||||
path: "{{ kubeconfig.path }}"
|
path: "{{ kubeconfig.path }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user