summaryrefslogtreecommitdiffstats
path: root/ansible/node
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2019-03-29 15:39:05 +1100
committerMartin Schwenke <martin@meltin.net>2019-03-29 15:39:05 +1100
commita3d6551f9ff02db6e4b57eeb49c8b76643bfb9dd (patch)
tree194be606466c71a61878e1ae29440511ca7cb3fd /ansible/node
parent33080196053f3d394da0b062ec519e1833eef593 (diff)
Leave EPEL package installed
If we want to use a local EPEL mirror then the GPG key should be installed. If using custom distro repos then the external EPEL repo file will be removed anyway, so won't slow things down. Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ansible/node')
-rw-r--r--ansible/node/roles/common/tasks/redhat/packages.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/ansible/node/roles/common/tasks/redhat/packages.yml b/ansible/node/roles/common/tasks/redhat/packages.yml
index b2430e5..888ccae 100644
--- a/ansible/node/roles/common/tasks/redhat/packages.yml
+++ b/ansible/node/roles/common/tasks/redhat/packages.yml
@@ -8,11 +8,6 @@
# NetworkManager would stop and take the interfaces down with it!
state: stopped
-- name: disable EPEL to speed things up
- package:
- name: epel-release
- state: absent
-
- name: find non-autocluster YUM repo files
find:
paths: /etc/yum.repos.d/