Merge "CI: Install tox" into stable/stein

This commit is contained in:
Zuul 2020-03-18 13:42:42 +00:00 committed by Gerrit Code Review
commit 56f0a8bb02
1 changed files with 5 additions and 0 deletions

View File

@ -15,3 +15,8 @@
file:
path: "{{ kolla_build_logs_dir }}"
state: directory
- name: Ensure tox is installed
pip:
name: tox
become: true