Make selective callback work with ansible-core 2.11. (#1807)

This commit is contained in:
Felix Fontein 2021-02-13 11:09:40 +01:00 committed by GitHub
commit 367c3c43ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "selective callback plugin - adjust import so that the plugin also works with ansible-core 2.11 (https://github.com/ansible-collections/community.general/pull/1807)."