Fix Ansible-lint E303 (#6409)

This commit is contained in:
Maxime Guyot
2020-08-31 12:30:20 +02:00
committed by GitHub
parent 0665b45e61
commit 34d88ea6d9
3 changed files with 8 additions and 4 deletions

View File

@@ -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