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