mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-15 10:10:03 -03:30
Fix ansible-lint E301 for commands fetching data (#6465)
This commit is contained in:
@@ -8,8 +8,9 @@
|
||||
command: ip link del dummy0
|
||||
when: dummy0.stat.exists
|
||||
|
||||
- name: reset | get remaining routes set by bird # noqa 301
|
||||
- name: reset | get remaining routes set by bird
|
||||
command: ip route show proto bird
|
||||
changed_when: false
|
||||
register: bird_routes
|
||||
|
||||
- name: reset | remove remaining routes set by bird # noqa 301
|
||||
|
||||
Reference in New Issue
Block a user