X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=scenarios%2Fk8-flannel-nofeature.yaml;h=0f69a07f89faa2ee5f2ffd7c37f621f0e88eb3be;hp=118351785d49f876872be9463790faee7b5849c0;hb=85c82d156422b273b4e0711b936535c91f4542c4;hpb=a1e1f40e71a48d8c5315f37999b9123c7ea908ab diff --git a/scenarios/k8-flannel-nofeature.yaml b/scenarios/k8-flannel-nofeature.yaml index 1183517..0f69a07 100644 --- a/scenarios/k8-flannel-nofeature.yaml +++ b/scenarios/k8-flannel-nofeature.yaml @@ -29,7 +29,7 @@ # set networking plugin to flannel - name: Set network plugin to Flannel 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: flannel"