how about this

This commit is contained in:
Kevin Fenzi 2016-12-01 04:01:10 +00:00
parent 7d7f9ccf76
commit 067d1da6f6

View file

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