This commit is contained in:
parent
0bf389b333
commit
b1213280e0
@ -118,7 +118,7 @@
|
|||||||
|
|
||||||
- name: Add to dictionary
|
- name: Add to dictionary
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
cluster: "{{ cluster | combine( { 'mastertoken': {{ k3s_token.contents | b64decode }} }, { 'apiurl': {{ 'https://' + {{ cluster.virtualip | ansible.utils.ipaddr('address') + ':6443' }} } ) }}"
|
cluster: "{{ cluster | combine( { 'mastertoken': {{ k3s_token.contents | b64decode }} }, { 'apiurl': {{ 'https://' + ( cluster.virtualip | ansible.utils.ipaddr('address') ) + ':6443' }} } ) }}"
|
||||||
|
|
||||||
when: cluster.mastertoken is not defined
|
when: cluster.mastertoken is not defined
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user