typo - control-plane-aux-setup.yml

This commit is contained in:
Michael McCulloch 2024-02-04 09:00:59 -07:00
parent 088ba59cf5
commit 7cadbba6dc

View File

@ -96,7 +96,7 @@
- include_tasks: node-setup.yml - include_tasks: node-setup.yml
when: kubernetes_role == 'node' when: kubernetes_role == 'node'
- include_tasks: control-plane-setup-aux.yml - include_tasks: control-plane-aux-setup.yml
when: when:
- inventory_hostname is in groups['k8s_control_plane'] - inventory_hostname is in groups['k8s_control_plane']
- inventory_hostname != groups['k8s_control_plane'][0] - inventory_hostname != groups['k8s_control_plane'][0]