Fix exception in the mail callback plugin (#4026)

This commit is contained in:
Lénaïc Huard 2022-01-20 08:31:09 +01:00 committed by GitHub
commit c7500c217f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 17 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- mail callback plugin - fix crash on Python 3 (https://github.com/ansible-collections/community.general/issues/4025, https://github.com/ansible-collections/community.general/pull/4026).