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

This commit is contained in:
Danny Bessems 2022-04-25 21:24:36 +02:00
parent 147304f7b1
commit 8703c6f5b0

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_json ) } ) }}" cluster: "{{ cluster | combine( { 'token': ( k3s_token.content | b64decode | trim ) }, { 'kubeconfig': ( k3s_kubeconfig.stdout | from_yamlS ) } ) }}"
- block: - block: