Merge "Split ensuring tox is installed into a role"
This commit is contained in:
commit
14e2a22299
@ -1,4 +1,3 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Ensure tox is installed
|
||||
shell: type tox || pip install --user tox
|
||||
roles:
|
||||
- ensure-tox
|
||||
|
2
roles/ensure-tox/tasks/main.yaml
Normal file
2
roles/ensure-tox/tasks/main.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
- name: Ensure tox is installed
|
||||
shell: type tox || pip install --user tox
|
Loading…
Reference in New Issue
Block a user