comply with ansible syntax consistency guideline
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user