k8s version 1.19.11
[infra/stack/kubernetes.git] / scenarios / k8-flannel-nofeature.yaml
index 118351785d49f876872be9463790faee7b5849c0..0f69a07f89faa2ee5f2ffd7c37f621f0e88eb3be 100644 (file)
@@ -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"