mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Rework ignore_errors to report no reds
Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
- name: Storing commands output
|
||||
shell: "{{ item.cmd }} 2>&1 | tee {{ item.name }}"
|
||||
register: output
|
||||
ignore_errors: true
|
||||
failed_when: false
|
||||
with_items: "{{commands}}"
|
||||
no_log: True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user