Skip to content

Commit

Permalink
Merge "Simplify package installs"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Aug 16, 2018
2 parents 959bed5 + d8b6eb4 commit 91dad47
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 91dad47

Please sign in to comment.