Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/866#discussion_r156724938
--- Diff: metron-deployment/roles/epel/tasks/main.yml ---
@@ -16,6 +16,4 @@
#
---
- name: Install EPEL repository
- yum: name=epel-release update_cache=yes
-
-
+ yum: name=epel-release
--- End diff --
There is no need to force a cache update here. This role gets run
repetitively and forcing a cache update just slows us down.---
