Merge "CI: Install tox" into stable/rocky

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

View File

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