[log_plays] Add playbook, task name and action (#442)

* [log_plays] Use v2 methods

* [log_plays] Add playbook, task name and action
This commit is contained in:
Mikael Davranche 2020-06-29 04:31:07 -04:00 committed by GitHub
commit e3d36a3408
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 18 deletions

View file

@ -0,0 +1,4 @@
minor_changes:
- log_plays callback - use v2 methods (https://github.com/ansible-collections/community.general/pull/442).
breaking_changes:
- log_plays callback - add missing information to the logs generated by the callback plugin. This changes the log message format (https://github.com/ansible-collections/community.general/pull/442).