Skip to content

Commit

Permalink
Simplify package installs
Browse files Browse the repository at this point in the history
Install python-devel at the same time we install the other rpms.

Change-Id: I0ca435ef5327e508fb64d17610d558c5a6715a33
Signed-off-by: Chuck Short <chucks@redhat.com>
  • Loading branch information
Chuck Short committed Jul 20, 2018
1 parent c1fdde0 commit d8b6eb4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ansible/install/roles/browbeat/tasks/main.yml
Expand Up @@ -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 }}"
Expand All @@ -26,6 +20,7 @@
- libsemanage-python
- openssl-devel
- policycoreutils-python
- python-devel

- name: Install pip
easy_install:
Expand Down

0 comments on commit d8b6eb4

Please sign in to comment.