Browse Source
Remove include task in play, deprecated in favor of import_playbook (#9576)
pull/9354/head
Florian Ruynat
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
recover-control-plane.yml
|
@ -24,7 +24,7 @@ |
|
|
- { role: kubespray-defaults} |
|
|
- { role: kubespray-defaults} |
|
|
- { role: recover_control_plane/control-plane } |
|
|
- { role: recover_control_plane/control-plane } |
|
|
|
|
|
|
|
|
- include: cluster.yml |
|
|
|
|
|
|
|
|
- import_playbook: cluster.yml |
|
|
|
|
|
|
|
|
- hosts: kube_control_plane |
|
|
- hosts: kube_control_plane |
|
|
environment: "{{ proxy_disable_env }}" |
|
|
environment: "{{ proxy_disable_env }}" |
|
|