X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=scenarios%2Fk8-cilium-nofeature.yaml;h=6f48bd8d7fcc3941bc21ef5bff965d18678322c7;hb=refs%2Fheads%2Fmaster;hp=d82f25145c73dfc15caf971074dce6c4a66438bb;hpb=a1e1f40e71a48d8c5315f37999b9123c7ea908ab;p=infra%2Fstack%2Fkubernetes.git diff --git a/scenarios/k8-cilium-nofeature.yaml b/scenarios/k8-cilium-nofeature.yaml index d82f251..6f48bd8 100644 --- a/scenarios/k8-cilium-nofeature.yaml +++ b/scenarios/k8-cilium-nofeature.yaml @@ -29,7 +29,7 @@ # set networking plugin to cilium - name: Set network plugin to Cilium 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: cilium"