Fixup one more missing kubespray-defaults (#7375)
"The error was: 'proxy_disable_env' is undefined\n\nThe error appears to be in '<censored>scale.yml': line 72, column 7" Fixes067db686f6
Signed-off-by: Etienne Champetier <e.champetier@ateme.com> (cherry picked from commit057e8b4358
)
This commit is contained in:
parent
ac1aa4d591
commit
bac71fa7cb
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@
|
|||
hosts: kube-master | first
|
||||
environment: "{{ proxy_disable_env }}"
|
||||
tags: kubeadm
|
||||
roles:
|
||||
- { role: kubespray-defaults }
|
||||
tasks:
|
||||
- name: include needed vars
|
||||
include_vars: roles/kubespray-defaults/defaults/main.yaml
|
||||
|
|
Loading…
Reference in a new issue