Merge pull request #522 from anthonyhaussman/KubeVersionDefaults

Move kube_version var to defaults
This commit is contained in:
Smaine Kahlouch
2016-10-05 17:11:59 +02:00
committed by GitHub
6 changed files with 2 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ local_release_dir: /tmp
download_run_once: False
# Versions
include_vars: kube_versions.yml
kube_version: v1.3.0
etcd_version: v3.0.6
#TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults

View File

@@ -1,6 +1,4 @@
---
- include_vars: kube_versions.yml
- name: downloading...
debug:
msg: "{{ download.url }}"

View File

@@ -1 +0,0 @@
kube_version: v1.3.0