remove graphite config entirely

This commit is contained in:
Kevin Fenzi 2018-03-05 18:59:12 +00:00
parent c24fd7522b
commit a3d3003eb6

View file

@ -73,14 +73,6 @@
- restart collectd
when: collectd_apache
- name: /etc/collectd/graphite.conf
file: state=absent dest=/etc/collectd.d/graphite.conf
tags:
- collectd
- graphite
- graphite-collectd
when: collectd_graphite is defined and ansible_distribution_major_version != '6'
- name: Install libsemanage-python so we can set an sebool below
package: name=libsemanage-python state=present
tags: