copy over nfs.conf as well

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2015-06-10 22:15:52 +00:00
parent 7e5e3b40c0
commit 74a668ce1a

View file

@ -81,6 +81,13 @@
- restart collectd
when: collectd_apache is defined
- name: enable collectd nfs module
copy: src=nfs.conf dest=/etc/collectd.d/nfs.conf
tags:
- collectd
notify:
- restart collectd
# Three tasks for handling our (two) custom selinux modules.
- name: ensure a directory exists for our custom selinux module
file: dest=/usr/share/collectd state=directory