When_set is going away, use when

This commit is contained in:
Kevin Fenzi 2014-01-01 20:06:11 +00:00
parent af5c168225
commit 3c41b15f12

View file

@ -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