project-config/playbooks/pti-python-tarball/pre.yaml
Jeremy Stanley 3f72ab620c Add ensure-tox to pti-python-tarball
The publish-openstack-python-branch-tarball job run by many projects
uses tox (in python-branch-tarball/post.yaml), so needs it installed.

Change-Id: Iba219ad14523ce900d9562ef56c78cc6c15aa01d
2020-06-18 21:43:32 +00:00

8 lines
88 B
YAML

- hosts: all
roles:
- bindep
- ensure-pip
- ensure-tox
- revoke-sudo