diff --git a/tasks/collectd/client.yml b/tasks/collectd/client.yml index a055fa917c..803e546f18 100644 --- a/tasks/collectd/client.yml +++ b/tasks/collectd/client.yml @@ -26,13 +26,13 @@ yum: state=installed name=collectd-apache notify: - restart collectd - when_set: collectd_apache + when: collectd_apache - name: /etc/collectd/apache.conf copy: src="{{ files }}/collectd/apache.conf" dest=/etc/collectd.d/apache.conf notify: - restart collectd - when_set: collectd_apache + when: collectd_apache # each of the below should move to a separate task list