syslogger: new parameter 'ident' (#340)

Added new parameter ident to specify the name of the application
which is sending the message to Syslog using syslogger module.
This commit is contained in:
Abhijeet Kasurde
2020-05-15 14:35:32 +05:30
committed by GitHub
parent 5d226f86b6
commit 58ed77e851
2 changed files with 59 additions and 35 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- syslogger - added new parameter ident to specify the name of application which is sending the message to syslog (https://github.com/ansible-collections/community.general/issues/319).