mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
[plugins/callback/syslog_json.py] use v2 api, add option to skip sysl… (#4223)
* [plugins/callback/syslog_json.py] use v2 api, add option to skip syslog on gather_facts * Update plugins/callback/syslog_json.py Add version Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/callback/syslog_json.py consistency for description Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/callback/syslog_json.py ANSIBLE_ environment variable prefix Co-authored-by: Felix Fontein <felix@fontein.de> * add changelog fragment for PR 4223 * Update changelogs/fragments/4223-syslog-json-skip-syslog-option.yml Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f988eb5726
commit
9c3704bd00
2 changed files with 33 additions and 8 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- syslog_json - add option to skip logging of ``gather_facts`` playbook tasks; use v2 callback API (https://github.com/ansible-collections/community.general/pull/4223).
|
Loading…
Add table
Add a link
Reference in a new issue