📔 Remove the no_log for image tests
Hiding logs makes the output prettier, but it is sometimes easier to see the problem right there in the Ansible output. Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
0165a97761
commit
e21a8095b1
2 changed files with 0 additions and 2 deletions
|
|
@ -9,7 +9,6 @@
|
|||
register: async_test
|
||||
async: "{{ test.timeout * 60 }}"
|
||||
poll: "{{ polling_interval }}"
|
||||
no_log: yes
|
||||
|
||||
- name: "Mark {{ test.name }} as passed"
|
||||
set_fact:
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@
|
|||
register: async_test
|
||||
async: "{{ image_test_timeout * 60 }}"
|
||||
poll: "{{ polling_interval }}"
|
||||
no_log: yes
|
||||
|
||||
- name: "Mark image tests as passed"
|
||||
set_fact:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue