Adding pip install of virtualenv to test deps integration role

pull/13586/head
James Cammarata 9 years ago
parent 5fa93ef8fc
commit dd3d04e96a

@ -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…
Cancel
Save