Fix exception in the mail callback plugin (#4026) (#4063)

(cherry picked from commit c7500c217f)

Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2022-01-20 09:30:06 +01:00
committed by GitHub
parent 5f20d7f109
commit 08eac051f4
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).