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>
This commit is contained in:
Hideki Saito
2018-06-08 04:23:13 +09:00
committed by Toshio Kuratomi
parent 89cea78e30
commit d7df072b96
3 changed files with 26 additions and 1 deletions

View File

@@ -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)