fetch-subunit-output: update include to import_tasks

Change-Id: I5a5fb6a827ae0e6c125a21bd4058e4dca602ac45
This commit is contained in:
Albin Vass 2020-05-25 20:45:16 +02:00
parent 162daaebe5
commit 9a132054a6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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