Merge "Ensure we aren't running some dry-run also for Pacemaker case"
This commit is contained in:
commit
7a5103ef93
@ -288,7 +288,9 @@ outputs:
|
||||
- name: Check if rsyslog exists
|
||||
shell: systemctl is-active rsyslog
|
||||
register: rsyslog_config
|
||||
- when: rsyslog_config.rc == 0
|
||||
- when:
|
||||
- rsyslog_config is changed
|
||||
- rsyslog_config.rc == 0
|
||||
block:
|
||||
- name: Forward logging to haproxy.log file
|
||||
blockinfile:
|
||||
|
Loading…
Reference in New Issue
Block a user