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
parent
commit
dcc267f6f4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      recover-control-plane.yml

2
recover-control-plane.yml

@ -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…
Cancel
Save