Merge "Fix #2 to have collectd only from EPEL"

This commit is contained in:
Zuul 2018-05-25 17:11:37 +00:00 committed by Gerrit Code Review
commit b3d5f14b67
1 changed files with 3 additions and 2 deletions

View File

@ -30,16 +30,17 @@
yum:
name: "{{ item }}"
state: present
disablerepo: "*"
enablerepo: "epel"
become: true
with_items:
- collectd
- collectd-apache
- collectd-ceph
- collectd-disk
- collectd-mysql
- collectd-ping
- collectd-python
- collectd-turbostat
when: collectd_from_epel
# (sai) Since we moved to containers we don't have java installed on the host
# anymore but it is needed for collectd-java