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"
Fixes 067db686f6
Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
This commit is contained in:
parent
18c0e54e4f
commit
057e8b4358
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@
|
|||
environment: "{{ proxy_disable_env }}"
|
||||
gather_facts: False
|
||||
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