Another try to exclude beaker hosts

This commit is contained in:
Kevin Fenzi 2016-06-25 19:03:51 +00:00
parent da1d98e13c
commit c4483d8dc4

View file

@ -87,7 +87,7 @@
ignore_errors: True
notify:
- restart collectd
when: collectd_apache is defined or collectd_graphite is defined
when: ( collectd_apache is defined or collectd_graphite is defined ) and ansible_selinux.status != "disabled"
- name: enable collectd nfs module
copy: src=nfs.conf dest=/etc/collectd.d/nfs.conf