From 46ac79b344c27350c277fa4cec3b66e3bd0d176b Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 9 Jan 2019 17:19:31 +0000 Subject: [PATCH] Add merge-output-to-logs to base-test Before adding it to base, add to base-test so we can test that it works. Depends-On: https://review.openstack.org/629571 Change-Id: Ib0875d372da2ddf47502d0bb32163ed4a79fb906 --- playbooks/base-test/post.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/base-test/post.yaml b/playbooks/base-test/post.yaml index 0318870c31..c4a139dbc6 100644 --- a/playbooks/base-test/post.yaml +++ b/playbooks/base-test/post.yaml @@ -1,6 +1,7 @@ - hosts: all roles: - fetch-output + - merge-output-to-logs - hosts: all # NOTE(pabelanger): We ignore_errors for the following tasks as not to fail