diff options
Diffstat (limited to 'vagrant/playbooks/configure-nfd.yml')
-rw-r--r-- | vagrant/playbooks/configure-nfd.yml | 3 |
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 }}" |