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