mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 10:00:03 -03:30
Fix typo mistake in roles/kubernetes/control-plane/tasks/define-first-kube-control.yml
- Fix 'Set fact joined_control_panes' into 'Set fact joined_control_planes'
This commit is contained in:
parent
c80f2cd573
commit
758d34a7d1
@ -6,7 +6,7 @@
|
|||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
- name: Set fact joined_control_panes
|
- name: Set fact joined_control_planes
|
||||||
set_fact:
|
set_fact:
|
||||||
joined_control_planes: "{{ ((kube_control_planes_raw.stdout | from_json)['items']) | default([]) | map(attribute='metadata') | map(attribute='name') | list }}"
|
joined_control_planes: "{{ ((kube_control_planes_raw.stdout | from_json)['items']) | default([]) | map(attribute='metadata') | map(attribute='name') | list }}"
|
||||||
delegate_to: item
|
delegate_to: item
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user