aboutsummaryrefslogtreecommitdiffstats
path: root/tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/clear-kubevirt-ovs.yml
blob: 30740a44e6915f95f561b0a29c9771687ef933a6 (plain)
1
2
3
4
5
6
7
8
---

- name: Delete ovs-cni-plugin
  k8s:
    state: absent
    definition: "{{ lookup('file', 'ovs-daemonset.yml') }}"