Merge "Simplify package installs"

This commit is contained in:
Zuul 2018-08-16 15:00:33 +00:00 committed by Gerrit Code Review
commit 91dad47425
1 changed files with 1 additions and 6 deletions

View File

@ -7,12 +7,6 @@
fail: msg="**Unsupported Linux distribution! Please use CentOS 7+, RHEL 7+, or add support for your distribution**"
when: not supported_distro
- name: Install python development tools
yum:
name: python-devel
state: present
become: true
- name: Install dependencies for CentOS
yum:
name: "{{ item }}"
@ -26,6 +20,7 @@
- libsemanage-python
- openssl-devel
- policycoreutils-python
- python-devel
- name: Install pip
easy_install: