X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=scenarios%2Fk8-calico-nofeature.yaml;h=97d88a3be0271ecc7b5d42c1d471d1d9d603d94f;hb=c4317e1cd152b955596e333a4c3b52a7f028d14b;hp=896888abb1dc9e2f0a7b0916999260c97545e7c1;hpb=a1e1f40e71a48d8c5315f37999b9123c7ea908ab;p=infra%2Fstack%2Fkubernetes.git 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"