mirror of https://github.com/ansible/ansible.git
Add syslog_facility parameter handling with systemd.journal (#41078)
* Add syslog_facility parameter handling with systemd.journal - Fixed issue #41072 Signed-off-by: Hideki Saito <saito@fgrep.org>pull/41281/head
parent
89cea78e30
commit
d7df072b96
@ -0,0 +1,5 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Fixed runtime module to be able to handle syslog_facility properly
|
||||
when python systemd module installed in a target system.
|
||||
(https://github.com/ansible/ansible/pull/41078)
|
Loading…
Reference in New Issue