Merge "fetch-subunit-output: update include to import_tasks"

This commit is contained in:
Zuul 2020-05-26 15:06:52 +00:00 committed by Gerrit Code Review
commit e4d5a3b96f
2 changed files with 2 additions and 2 deletions
roles/fetch-subunit-output/tasks

@ -44,4 +44,4 @@
failed_when: false
- name: Process and fetch subunit results
include: process.yaml
include_tasks: process.yaml

@ -1,5 +1,5 @@
- name: Find subunit2html
include: find-subunit-html.yaml
import_tasks: find-subunit-html.yaml
- name: Generate testr_results.html file
command: "{{ subunit_html_command }} ./testrepository.subunit testr_results.html"