Fix ansible-lint E305 (#6459)

This commit is contained in:
Maxime Guyot
2020-07-28 10:39:08 +02:00
committed by GitHub
parent 8bd3b50e31
commit 214e08f8c9
22 changed files with 59 additions and 61 deletions

View File

@@ -21,8 +21,8 @@
group: no
delegate_to: "{{ inventory_hostname }}"
- name: Get crictl completion # noqa 305
shell: "{{ bin_dir }}/crictl completion"
- name: Get crictl completion
command: "{{ bin_dir }}/crictl completion"
changed_when: False
register: cri_completion