This commit is contained in:
parent
147304f7b1
commit
8703c6f5b0
@ -122,7 +122,7 @@
|
||||
|
||||
- name: Initial node -- Store token
|
||||
ansible.builtin.set_fact:
|
||||
cluster: "{{ cluster | combine( { 'token': ( k3s_token.content | b64decode | trim ) }, { 'kubeconfig': ( k3s_kubeconfig.stdout | from_json ) } ) }}"
|
||||
cluster: "{{ cluster | combine( { 'token': ( k3s_token.content | b64decode | trim ) }, { 'kubeconfig': ( k3s_kubeconfig.stdout | from_yamlS ) } ) }}"
|
||||
|
||||
- block:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user