Add fetch-output and merge-output-to-logs to base

This reverts commit 5b2446a2c2.

It also adds merge-output-to-logs, which will actually do the uploading.

Change-Id: I7be2c9c5368c1dd3155f918c47f9f3114b7e980a
This commit is contained in:
Monty Taylor 2019-01-09 17:18:00 +00:00
parent e4b44ada5e
commit 713e174b80
3 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
- hosts: all
roles:
- fetch-output
- merge-output-to-logs
- hosts: all
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
# successful jobs.

View File

@ -1,3 +1,8 @@
- hosts: all
roles:
- fetch-output
- merge-output-to-logs
- hosts: all
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
# successful jobs.

View File

@ -1,3 +1,8 @@
- hosts: all
roles:
- fetch-output
- merge-output-to-logs
- hosts: all
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
# successful jobs.