1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Adding pip install of virtualenv to test deps integration role

This commit is contained in:
James Cammarata 2015-12-17 10:31:14 -05:00
parent 5fa93ef8fc
commit dd3d04e96a

View file

@ -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