Adding pip install of virtualenv to test deps integration role
This commit is contained in:
parent
be0e826091
commit
fdb94b9a7a
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
ignore_errors: true
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: Install virtualenv
|
||||
pip: name=virtualenv state=present
|
||||
|
||||
- name: Install RH epel
|
||||
yum: name="epel-release" state=installed
|
||||
sudo: true
|
||||
|
|
Loading…
Reference in a new issue