Merge "Correct error catching while in "--check" mode"

This commit is contained in:
Zuul 2019-04-16 01:26:25 +00:00 committed by Gerrit Code Review
commit 41b35b2af8
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ outputs:
shell: systemctl is-active rsyslog
register: rsyslog_config
- when:
- rsyslog_config is defined
- rsyslog_config is changed
- rsyslog_config.rc == 0
block:
- name: Forward logging to haproxy.log file