Fix warning message in dense callback plugin (#83)

* fix dense callback plugin class name
* add changelogs
This commit is contained in:
Sylvain Monné 2020-04-13 15:31:57 +02:00 committed by GitHub
commit b0b376fce2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- dense callback - fix plugin access to its configuration variables and remove a warning message (https://github.com/ansible/ansible/issues/64628).