summaryrefslogtreecommitdiffstats
path: root/ansible/test/roles/prepare-kubectl/defaults/main.yml
blob: fbba24765a5d5b2946644e128e9c2959db97a441 (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.19.6