Skip to content

Commit

Permalink
Fixup one more missing kubespray-defaults (kubernetes-sigs#7375)
Browse files Browse the repository at this point in the history
"The error was: 'proxy_disable_env' is undefined\n\nThe error appears to
be in '<censored>scale.yml': line 72, column 7"

Fixes 067db68

Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
  • Loading branch information
champtar committed Mar 15, 2021
1 parent 18c0e54 commit 057e8b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 057e8b4

Please sign in to comment.