From 73b6a66fd4db4345e5c1ed8acf2f3d10170bfdd4 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Sat, 26 Oct 2019 20:08:37 +0200 Subject: [PATCH] CI: install Python 3 package Needed for https://review.opendev.org/#/c/691316 Change-Id: I64e250eb15882f50ecbbc57b87e036f5772f7e3a --- tests/run.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/run.yml b/tests/run.yml index 769b5a9ec0..afbfe7a144 100644 --- a/tests/run.yml +++ b/tests/run.yml @@ -180,6 +180,12 @@ - all delegate_to: "{{ item }}" + - name: Install Python 3 package for Kolla + package: + name: python3 + when: + need_build_image + # NOTE(mgoddard): We are using the script module here and later to ensure # we use the local copy of these scripts, rather than the one on the remote # host, which could be checked out to a previous release (in an upgrade