Fix recover-control-plane undefined 'proxy_disable_env' variable (#7326)

This commit is contained in:
Florian Ruynat 2021-03-01 22:38:16 +01:00 committed by GitHub
parent 15f1b19136
commit 05adeed1fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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