Skip to content

Commit

Permalink
Remove useless packages on RedHat. fix dj-wasabi#28
Browse files Browse the repository at this point in the history
Once used for testing, these packages are no longer useful and can even
lead to certain issues, as installation can fail.
  • Loading branch information
tszym committed Oct 17, 2017
1 parent a08dee2 commit 5614c5f
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions tasks/RedHat.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
---

- name: "Enable EPEL"
yum:
name: epel-release
state: installed

- name: "Installing some dependencies"
yum:
name: "{{ item }}"
state: installed
with_items:
- python-pip
- python-devel
- gcc
- libffi-devel
- openssl-devel

- name: "Installing PIP dependensies"
pip:
name: "{{ item }}"
state: present
with_items:
- urllib3
- pyopenssl
- ndg-httpsclient

- name: "Add yum repository | RedHat"
yum_repository:
name: influxdb
Expand Down

0 comments on commit 5614c5f

Please sign in to comment.