Remove include task in play, deprecated in favor of import_playbook (#9576)
This commit is contained in:
parent
ccf60fc9ca
commit
dcc267f6f4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
- { role: kubespray-defaults}
|
||||
- { role: recover_control_plane/control-plane }
|
||||
|
||||
- include: cluster.yml
|
||||
- import_playbook: cluster.yml
|
||||
|
||||
- hosts: kube_control_plane
|
||||
environment: "{{ proxy_disable_env }}"
|
||||
|
|
Loading…
Reference in a new issue