comply with ansible syntax consistency guideline
parent
7f16b46ed5
commit
98b818bbaf
|
@ -169,7 +169,8 @@
|
|||
|
||||
- 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 }}"
|
||||
when: kube_network_plugin in ['flannel', 'cilium']
|
||||
when:
|
||||
- kube_network_plugin in ['flannel', 'cilium']
|
||||
tags:
|
||||
- network
|
||||
|
||||
|
|
Loading…
Reference in New Issue