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

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