mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 17:48:12 -03:30
Add noqa and disable .ansible-lint global exclusions (#6410)
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
{%- endfor %}
|
||||
when: "'etcd' in groups"
|
||||
|
||||
- name: Storing commands output
|
||||
- name: Storing commands output # noqa 306
|
||||
shell: "{{ item.cmd }} 2>&1 | tee {{ item.name }}"
|
||||
failed_when: false
|
||||
with_items: "{{ commands }}"
|
||||
|
||||
Reference in New Issue
Block a user