mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-18 03:30:07 -03:30
project: resolve ansible-lint key-order rule (#10314)
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
This commit is contained in:
committed by
GitHub
parent
2a7c9d27b2
commit
d21bfb84ad
@@ -8,6 +8,9 @@
|
||||
tags: [init, cni]
|
||||
|
||||
- name: Apply kube-proxy nodeselector
|
||||
tags: init
|
||||
when:
|
||||
- kube_proxy_deployed
|
||||
block:
|
||||
# Due to https://github.com/kubernetes/kubernetes/issues/58212 we cannot rely on exit code for "kubectl patch"
|
||||
- name: Check current nodeselector for kube-proxy daemonset
|
||||
@@ -36,6 +39,3 @@
|
||||
- debug: # noqa name[missing]
|
||||
msg: "{{ patch_kube_proxy_state.stderr_lines }}"
|
||||
when: patch_kube_proxy_state is not skipped
|
||||
tags: init
|
||||
when:
|
||||
- kube_proxy_deployed
|
||||
|
||||
Reference in New Issue
Block a user