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