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