|
@ -205,7 +205,7 @@ |
|
|
- name: reset | include file with reset tasks specific to the network_plugin if exists |
|
|
- name: reset | include file with reset tasks specific to the network_plugin if exists |
|
|
include_tasks: "{{ (role_path + '/../network_plugin/' + kube_network_plugin + '/tasks/reset.yml') | realpath }}" |
|
|
include_tasks: "{{ (role_path + '/../network_plugin/' + kube_network_plugin + '/tasks/reset.yml') | realpath }}" |
|
|
when: |
|
|
when: |
|
|
- kube_network_plugin in ['flannel', 'cilium', 'contiv', 'kube-router'] |
|
|
|
|
|
|
|
|
- kube_network_plugin in ['flannel', 'cilium', 'contiv', 'kube-router', 'calico'] |
|
|
tags: |
|
|
tags: |
|
|
- network |
|
|
- network |
|
|
|
|
|
|
|
|