Fix copy pasta
This commit is contained in:
parent
f89ce31b91
commit
c011dc8376
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue