mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-31 17:19:17 -03:30
Fix Ansible-lint E303 (#6409)
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
mode: 0755
|
||||
remote_src: yes
|
||||
|
||||
- name: Calico | Check if host has NetworkManager # noqa 303
|
||||
- name: Calico | Check if host has NetworkManager
|
||||
# noqa 303 Should we use service_facts for this?
|
||||
command: systemctl show NetworkManager
|
||||
register: nm_check
|
||||
failed_when: false
|
||||
|
||||
Reference in New Issue
Block a user