mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Adding pip install of virtualenv to test deps integration role
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user