mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2025-04-25 01:19:28 +02:00
typo - control-plane-aux-setup.yml
This commit is contained in:
parent
088ba59cf5
commit
7cadbba6dc
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user