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 a81413fc52)
This commit is contained in:
Mark Goddard 2020-03-17 09:25:28 +00:00
parent 1e146739da
commit 21d2abd564
1 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,7 @@
name: ansible
when:
- inventory_hostname == "primary"
- name: Ensure tox is installed
pip:
name: tox