X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=scenarios%2Fk8-canal-nofeature.yaml;h=2d026ef42b7fdcaad9ffd471751a3f2e90838853;hp=afad438122b174b1b838b3c28eeccdd4c90c7b68;hb=85c82d156422b273b4e0711b936535c91f4542c4;hpb=43cbd011ce4c41556fbe7c8926b64e24f1a085bb diff --git a/scenarios/k8-canal-nofeature.yaml b/scenarios/k8-canal-nofeature.yaml index afad438..2d026ef 100644 --- a/scenarios/k8-canal-nofeature.yaml +++ b/scenarios/k8-canal-nofeature.yaml @@ -29,7 +29,7 @@ # set networking plugin to canal - name: Set network plugin to Canal lineinfile: - path: "{{ engine_cache }}/repos/kubespray/inventory/engine/group_vars/k8s-cluster/k8s-cluster.yml" + path: "{{ engine_cache }}/repos/kubespray/inventory/engine/group_vars/k8s_cluster/k8s-cluster.yml" regexp: "^kube_network_plugin:.*" line: "kube_network_plugin: canal"