Another try to exclude beaker hosts
This commit is contained in:
parent
da1d98e13c
commit
c4483d8dc4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue