Add ensure-tox support.

Add the ensure-tox role to fix the CI fail.

Change-Id: I575e42fe15f16d0bd51597a540a13c4e384ec096
This commit is contained in:
Daniel Bengtsson 2020-08-07 11:36:21 +02:00
parent 7fc9cd7d52
commit 4da09d2456
2 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- job:
name: oslo-cookiecutter-tox-cookiecutter
parent: tox
pre-run: playbooks/run_functional_job.yaml
description: |
Run tests for oslo-cookiecutter project.

View File

@ -0,0 +1,7 @@
- hosts: all
tasks:
- name: Ensure tox is installed
include_role:
name: tox
vars:
ensure_global_symlinks: True