Merge "Split ensuring tox is installed into a role"

This commit is contained in:
Zuul 2017-08-22 20:47:21 +00:00 committed by Gerrit Code Review
commit 14e2a22299
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,3 @@
- hosts: all
tasks:
- name: Ensure tox is installed
shell: type tox || pip install --user tox
roles:
- ensure-tox

View File

@ -0,0 +1,2 @@
- name: Ensure tox is installed
shell: type tox || pip install --user tox