summaryrefslogtreecommitdiffstats
path: root/ansible/test/roles/prepare-kubectl/defaults/main.yml
blob: df32a1a48632900a8649f9409af101092d2ac96f (plain)
1
2
3
4
5
6
7
---
# Set to false to download kubectl in preparation for kubectl role that
# needs to install it, set to true to immediately install (needed for
# cases where it is used by verification tests of other roles).
kubectl_install: false
# Kubectl version.
kubectl_version: 1.15.11