Trying quotes #42
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
60dfb64967
commit
4e4623909e
@ -110,7 +110,7 @@
|
||||
|
||||
- name: Retrieve token & reference new cluster
|
||||
ansible.builtin.set_fact:
|
||||
cluster: "{{ cluster | combine( { 'mastertoken': '{{ lookup(''file'', ''/var/lib/rancher/k3s/server/token'') }}' }, { 'apiurl': 'https://{{ cluster.virtualip | ansible.utils.ipaddr(''address'') }}:6443' } ) }}"
|
||||
cluster: "{{ cluster | combine( { 'mastertoken': \"{{ lookup('file', '/var/lib/rancher/k3s/server/token') }}\" }, { 'apiurl': \"https://{{ cluster.virtualip | ansible.utils.ipaddr('address') }}:6443\" } ) }}"
|
||||
when: cluster.mastertoken is not defined
|
||||
|
||||
- ansible.builtin.debug:
|
||||
|
Loading…
Reference in New Issue
Block a user