Skip to content
Snippets Groups Projects
Commit 758d34a7 authored by kimsehwan96's avatar kimsehwan96 Committed by Florian Ruynat
Browse files

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'
parent c80f2cd5
Branches
Tags
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment