Fix indentation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2022-04-20 11:45:22 +02:00
parent 44e6a160af
commit 6ccc976054

View File

@ -120,7 +120,9 @@
var: k3s_token
- name: Add to dictionary
cluster: "{{ cluster | combine( { 'mastertoken': k3s_token }, { 'apiurl': \"https://{{ cluster.virtualip | ansible.utils.ipaddr('address') }}:6443\" } ) }}"
ansible.builtin.set_fact:
cluster: "{{ cluster | combine( { 'mastertoken': k3s_token }, { 'apiurl': \"https://{{ cluster.virtualip | ansible.utils.ipaddr('address') }}:6443\" } ) }}"
when: cluster.mastertoken is not defined
- ansible.builtin.debug: