From 482b0396d6ad72fed03e95f7bd8ef052a2967102 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Mon, 25 May 2015 04:31:09 +0000 Subject: [PATCH] Revert "syntax" This reverts commit 74ad22a53d1230633b2bb284bcea3e494c018f59. --- 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 86082efac7..4e6d718d04 100644 --- a/roles/collectd/base/tasks/main.yml +++ b/roles/collectd/base/tasks/main.yml @@ -46,7 +46,7 @@ - collectd notify: - restart collectd - when: collectd_apache is defined and env == 'staging' + when: collectd_apache is defined && env == 'staging' - name: /etc/collectd/apache.conf copy: src=apache.conf dest=/etc/collectd.d/apache.conf @@ -54,7 +54,7 @@ - collectd notify: - restart collectd - when: collectd_apache is defined and env == 'staging' + when: collectd_apache is defined && env == 'staging' # Three tasks for handling our (two) custom selinux modules.