diff --git a/roles/collectd/base/tasks/main.yml b/roles/collectd/base/tasks/main.yml index ea88a2b132..103f91ee0f 100644 --- a/roles/collectd/base/tasks/main.yml +++ b/roles/collectd/base/tasks/main.yml @@ -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: