Skip to content

Commit

Permalink
Fix typo mistake in roles/kubernetes/control-plane/tasks/define-first…
Browse files Browse the repository at this point in the history
…-kube-control.yml

- Fix 'Set fact joined_control_panes' into 'Set fact joined_control_planes'
  • Loading branch information
kimsehwan96 authored and floryut committed Jan 24, 2024
1 parent c80f2cd commit 758d34a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ignore_errors: yes
changed_when: false

- name: Set fact joined_control_panes
- name: Set fact joined_control_planes
set_fact:
joined_control_planes: "{{ ((kube_control_planes_raw.stdout | from_json)['items']) | default([]) | map(attribute='metadata') | map(attribute='name') | list }}"
delegate_to: item
Expand Down

0 comments on commit 758d34a

Please sign in to comment.