Escape more quotes
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
ca5f1b5a8b
commit
60dfb64967
@ -110,7 +110,7 @@
|
|||||||
|
|
||||||
- name: Retrieve token & reference new cluster
|
- name: Retrieve token & reference new cluster
|
||||||
ansible.builtin.set_fact:
|
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
|
when: cluster.mastertoken is not defined
|
||||||
|
|
||||||
- ansible.builtin.debug:
|
- ansible.builtin.debug:
|
||||||
|
Loading…
Reference in New Issue
Block a user