mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-06 08:57:37 -02:30
Add noqa and disable .ansible-lint global exclusions (#6410)
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
command: ip link del dummy0
|
||||
when: dummy0.stat.exists
|
||||
|
||||
- name: reset | get remaining routes set by bird
|
||||
- name: reset | get remaining routes set by bird # noqa 301
|
||||
command: ip route show proto bird
|
||||
register: bird_routes
|
||||
|
||||
- name: reset | remove remaining routes set by bird
|
||||
- name: reset | remove remaining routes set by bird # noqa 301
|
||||
command: "ip route del {{ bird_route }} proto bird"
|
||||
with_items: "{{ bird_routes.stdout_lines }}"
|
||||
loop_control:
|
||||
|
||||
Reference in New Issue
Block a user