mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
Fix missing parens
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user