mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-11 03:17:40 -02:30
Fix ansible-lint E305 (#6459)
This commit is contained in:
@@ -161,8 +161,8 @@
|
||||
tags:
|
||||
- iptables
|
||||
|
||||
- name: Clear IPVS virtual server table # noqa 305
|
||||
shell: "ipvsadm -C"
|
||||
- name: Clear IPVS virtual server table
|
||||
command: "ipvsadm -C"
|
||||
when:
|
||||
- kube_proxy_mode == 'ipvs' and inventory_hostname in groups['k8s-cluster']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user