Fix recover-control-plane undefined 'proxy_disable_env' variable (#7326)
This commit is contained in:
parent
15f1b19136
commit
05adeed1fa
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
- hosts: "{{ groups['kube-master'] | first }}"
|
||||
environment: "{{ proxy_disable_env }}"
|
||||
roles:
|
||||
- { role: kubespray-defaults}
|
||||
- { role: recover_control_plane/control-plane }
|
||||
|
||||
- include: cluster.yml
|
||||
|
|
Loading…
Reference in a new issue