This commit is contained in:
parent
690d66f275
commit
aef012b4dc
@ -120,7 +120,7 @@
|
|||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
cluster: >-
|
cluster: >-
|
||||||
"{{ cluster | combine(
|
"{{ cluster | combine(
|
||||||
{ 'mastertoken': ( k3s_token.contents | b64decode ) },
|
{ 'mastertoken': ( k3s_token.content | b64decode ) },
|
||||||
{ 'apiurl': 'https://' + ( cluster.virtualip | ansible.utils.ipaddr('address') ) + ':6443' }
|
{ 'apiurl': 'https://' + ( cluster.virtualip | ansible.utils.ipaddr('address') ) + ':6443' }
|
||||||
) }}"
|
) }}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user