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