mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 23:31:27 +00:00
Consolidating package lines for virtualenv install in test deps integration
This commit is contained in:
@@ -13,14 +13,6 @@
|
||||
ignore_errors: true
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: Install virtualenv
|
||||
yum: name=python-virtualenv state=installed
|
||||
when: ansible_os_family == 'RedHat'
|
||||
|
||||
- name: Install virtualenv
|
||||
apt: name=python-virtualenv state=installed
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: Install RH epel
|
||||
yum: name="epel-release" state=installed
|
||||
sudo: true
|
||||
@@ -43,6 +35,7 @@
|
||||
- gcc
|
||||
- python-devel
|
||||
- libselinux-python
|
||||
- python-virtualenv
|
||||
when: ansible_os_family == 'RedHat'
|
||||
|
||||
- name: Install Debian ansible dependencies
|
||||
@@ -57,6 +50,7 @@
|
||||
- git
|
||||
- unzip
|
||||
- python-dev
|
||||
- python-virtualenv
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: Install ubuntu 12.04 ansible dependencies
|
||||
|
||||
Reference in New Issue
Block a user