From 21d2abd5641e40a9c688127780d2c629ea15db88 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 17 Mar 2020 09:25:28 +0000 Subject: [PATCH] CI: Install tox tox will be removed from the base image. Install it before that happens. This change is made in a simple way that can be easily backported. Change-Id: I2a24c87aa44c1e03ba76a2fb0bd71caf54eb4211 (cherry picked from commit a81413fc52b0eaf1eefc3302ba425ac9b93d5a4d) --- tests/playbooks/pre.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/playbooks/pre.yml b/tests/playbooks/pre.yml index 00d471614c..5e3ad08292 100644 --- a/tests/playbooks/pre.yml +++ b/tests/playbooks/pre.yml @@ -11,3 +11,7 @@ name: ansible when: - inventory_hostname == "primary" + + - name: Ensure tox is installed + pip: + name: tox