diff options
Diffstat (limited to 'vagrant/playbooks/configure-nfd.yml')
-rw-r--r-- | vagrant/playbooks/configure-nfd.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vagrant/playbooks/configure-nfd.yml b/vagrant/playbooks/configure-nfd.yml index 26ad5497..d47a7bcc 100644 --- a/vagrant/playbooks/configure-nfd.yml +++ b/vagrant/playbooks/configure-nfd.yml @@ -46,10 +46,13 @@ - node-feature-discovery-daemonset.json.template - hosts: localhost - become: yes + pre_tasks: + - name: Load krd variables + include_vars: + file: krd-vars.yml roles: - role: andrewrothstein.kubectl - kubectl_ver: "v{{ kubectl_version }} + kubectl_ver: "v{{ kubectl_version }}" tasks: - name: create service accounts command: "/usr/local/bin/kubectl apply -f /tmp/{{ item }}" |