tox: run ensure-python first

We currently run ensure-python after running ensure-tox which means that
both ensure-pip and ensure-tox ran against the system Python instead of
the version that's created by ensure-python.

Depends-On: https://review.opendev.org/726549
Change-Id: Id2100bb5f981944223063cf4b2a5a568cc1dc366
This commit is contained in:
Mohammed Naser 2020-05-09 13:46:59 -04:00
parent b7554e7104
commit 1e72ab0a13

View File

@ -1,4 +1,4 @@
- hosts: all
roles:
- ensure-tox
- ensure-python
- ensure-tox