ansible/changelogs/fragments/syslog_facility-for-journald.yml
Hideki Saito d7df072b96 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>
2018-06-07 12:23:13 -07:00

5 lines
192 B
YAML

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