📔 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:
Major Hayden 2020-04-29 09:05:10 -05:00 committed by Ondřej Budai
parent 0165a97761
commit e21a8095b1
2 changed files with 0 additions and 2 deletions

View file

@ -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:

View file

@ -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: