mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-25 21:05:05 -02:30
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
|
- 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: kube_network_plugin in ['flannel', 'cilium']
|
when:
|
||||||
|
- kube_network_plugin in ['flannel', 'cilium']
|
||||||
tags:
|
tags:
|
||||||
- network
|
- network
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user