X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=scenarios%2Fk8-calico-nofeature.yaml;fp=scenarios%2Fk8-calico-nofeature.yaml;h=97d88a3be0271ecc7b5d42c1d471d1d9d603d94f;hp=896888abb1dc9e2f0a7b0916999260c97545e7c1;hb=85c82d156422b273b4e0711b936535c91f4542c4;hpb=43cbd011ce4c41556fbe7c8926b64e24f1a085bb diff --git a/scenarios/k8-calico-nofeature.yaml b/scenarios/k8-calico-nofeature.yaml index 896888a..97d88a3 100644 --- a/scenarios/k8-calico-nofeature.yaml +++ b/scenarios/k8-calico-nofeature.yaml @@ -29,7 +29,7 @@ # set networking plugin to calico - name: Set network plugin to Calico 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: calico"