Fix missing parens
This commit is contained in:
parent
18925baa5c
commit
bcd3b5c6c0
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@
|
||||||
|
|
||||||
- name: log everything to log01 except on mirrorlist, do not log local4 there.
|
- 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
|
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:
|
tags:
|
||||||
- rsyslogd
|
- rsyslogd
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue