This commit is contained in:
Kevin Fenzi 2016-01-31 04:10:13 +00:00
parent a54fb11f8e
commit 18925baa5c

View file

@ -229,7 +229,7 @@
- name: log everything to log01 except on mirrorlist, do not log local4 there.
copy: src=rsyslog/rsyslog-log01 dest=/etc/rsyslog.d/rsyslog-log01.conf mode=644
when: not inventory_hostname.startswith('mirrorlist') or inventory_hostname.startswith('copr') or inventory_hostname.startswith('jenkins')
when: not inventory_hostname.startswith('mirrorlist','copr','jenkins')
tags:
- rsyslogd
- config