diff --git a/playbook.yml b/playbook.yml index 0981a00..b7d7673 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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_yamlS ) } ) }}" + cluster: "{{ cluster | combine( { 'token': ( k3s_token.content | b64decode | trim ) }, { 'kubeconfig': ( k3s_kubeconfig.stdout | from_yaml ) } ) }}" - block: