Fix typo
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Danny Bessems 2022-04-25 21:26:56 +02:00
parent 8703c6f5b0
commit 2c000a143d

View File

@ -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: