mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
ansible-lint: add spaces around variables [E206] (#4699)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
560f50d3cd
commit
e67f848abc
@@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Delete node
|
||||
command: "{{ bin_dir}}/kubectl delete node {{ item }}"
|
||||
command: "{{ bin_dir }}/kubectl delete node {{ item }}"
|
||||
with_items:
|
||||
- "{{ node.split(',') | default(groups['kube-node']) }}"
|
||||
delegate_to: "{{ groups['kube-master']|first }}"
|
||||
|
||||
Reference in New Issue
Block a user