Fix copy pasta

This commit is contained in:
Kevin Fenzi 2015-11-09 17:51:30 +00:00
parent f89ce31b91
commit c011dc8376

View file

@ -49,12 +49,12 @@
# apache - localhost only - pretty much any apache server
- name: install collectd-apache
yum: state=present name=collectd-apache and ansible_distribution_major_version|int < 22
yum: state=present name=collectd-apache
tags:
- collectd
notify:
- restart collectd
when: collectd_apache is defined
when: collectd_apache is defined and ansible_distribution_major_version|int < 22
- name: /etc/collectd/apache.conf
copy: src=apache.conf dest=/etc/collectd.d/apache.conf