From 067d1da6f6e111f9c84c6a0ce6bba65234c9da17 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 1 Dec 2016 04:01:10 +0000 Subject: [PATCH] how about this --- roles/collectd/base/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/collectd/base/tasks/main.yml b/roles/collectd/base/tasks/main.yml index b7269ef4ed..c1da408d79 100644 --- a/roles/collectd/base/tasks/main.yml +++ b/roles/collectd/base/tasks/main.yml @@ -55,7 +55,7 @@ - collectd notify: - restart collectd - when: collectd_apache is true + when: collectd_apache - name: /etc/collectd/apache.conf copy: src=apache.conf dest=/etc/collectd.d/apache.conf @@ -63,7 +63,7 @@ - collectd notify: - restart collectd - when: collectd_apache is true + when: collectd_apache - name: /etc/collectd/graphite.conf template: src=graphite.conf dest=/etc/collectd.d/graphite.conf