Fix missing parens

This commit is contained in:
Kevin Fenzi 2016-01-31 04:14:16 +00:00
parent 18925baa5c
commit bcd3b5c6c0

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','copr','jenkins')
when: not inventory_hostname.startswith(('mirrorlist','copr','jenkins'))
tags:
- rsyslogd
- config