aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/playbooks/configure-nfd.yml
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-11-21 08:23:08 -0800
committerVictor Morales <victor.morales@intel.com>2018-11-21 11:09:27 -0800
commitf16df7bd9a5175274a1c8791372c798e62d1bec8 (patch)
tree106b98e4bc1ac9f3b9c51eb102db604eeacd7883 /vagrant/playbooks/configure-nfd.yml
parenta40ffb20c46915335c128a811b64196af67362ae (diff)
Centralizes version of components
The galaxy roles used by KRD requires to centralize their version used in the playbook/krd-vars.yml file, this file facilitates the version control and helps as single point of truth. Change-Id: If4544f529ff00689dc6cd6bca7e8adc0c876aa18 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
Diffstat (limited to 'vagrant/playbooks/configure-nfd.yml')
-rw-r--r--vagrant/playbooks/configure-nfd.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/vagrant/playbooks/configure-nfd.yml b/vagrant/playbooks/configure-nfd.yml
index 90bad671..26ad5497 100644
--- a/vagrant/playbooks/configure-nfd.yml
+++ b/vagrant/playbooks/configure-nfd.yml
@@ -48,7 +48,8 @@
- hosts: localhost
become: yes
roles:
- - andrewrothstein.kubectl
+ - role: andrewrothstein.kubectl
+ kubectl_ver: "v{{ kubectl_version }}
tasks:
- name: create service accounts
command: "/usr/local/bin/kubectl apply -f /tmp/{{ item }}"