aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kud/deployment_infra/playbooks/configure-ovn4nfv.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/deployment_infra/playbooks/configure-ovn4nfv.yml b/kud/deployment_infra/playbooks/configure-ovn4nfv.yml
index cff05296..b335f8c8 100644
--- a/kud/deployment_infra/playbooks/configure-ovn4nfv.yml
+++ b/kud/deployment_infra/playbooks/configure-ovn4nfv.yml
@@ -45,5 +45,5 @@
with_inventory_hostnames: ovn-central
- name: Apply NFN operator, operator roles, CRD's and ovn4nfv Daemonset
- shell: "/usr/local/bin/kubectl apply -f ../images/nfn.yml"
+ shell: "/usr/local/bin/kubectl apply -f {{ playbook_dir }}/../images/nfn.yml"
ignore_errors: True