mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 21:54:22 -07:00
* Fully use Ansible's option handling. Deprecate not specifying sender.
* Update plugins/callback/mail.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
(cherry picked from commit e09254df91
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
5bae017de9
commit
b48a5c264f
2 changed files with 43 additions and 16 deletions
4
changelogs/fragments/4140-mail-callback-options.yml
Normal file
4
changelogs/fragments/4140-mail-callback-options.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
minor_changes:
|
||||
- "mail callback plugin - properly use Ansible's option handling to split lists (https://github.com/ansible-collections/community.general/pull/4140)."
|
||||
deprecated_features:
|
||||
- "mail callback plugin - not specifying ``sender`` is deprecated and will be disallowed in community.general 6.0.0 (https://github.com/ansible-collections/community.general/pull/4140)."
|
Loading…
Add table
Add a link
Reference in a new issue