Fix E306 in scripts/ (#6496)
parent
6c41f64a98
commit
91742055e0
|
@ -112,8 +112,8 @@
|
|||
{%- endfor %}
|
||||
when: "'etcd' in groups"
|
||||
|
||||
- name: Storing commands output # noqa 306
|
||||
shell: "{{ item.cmd }} 2>&1 | tee {{ item.name }}"
|
||||
- name: Storing commands output
|
||||
shell: "{{ item.cmd }} &> {{ item.name }}"
|
||||
failed_when: false
|
||||
with_items: "{{ commands }}"
|
||||
when: item.when | default(True)
|
||||
|
|
Loading…
Reference in New Issue