Remove include task in play, deprecated in favor of import_playbook (#9576)

This commit is contained in:
Florian Ruynat 2022-12-15 10:13:35 +01:00 committed by GitHub
parent ccf60fc9ca
commit dcc267f6f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"