mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 08:31:28 -07:00
* unixy Callback: Use Ansible's config manager In ansible-core 2.14 deprecated support was removed[1] for accessing options of the DefaultCallback via class attributes. Use the "new" config system instead. [1]:dbdbfe845a
Fixes #5600. Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org> * Update changelog fragment. Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org> Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit53da86c1a5
) Co-authored-by: Fabian P. Schmidt <kerel@mailbox.org>
This commit is contained in:
parent
2cbd8ba71e
commit
cda6248cea
2 changed files with 8 additions and 6 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- unixy callback plugin - fix plugin to work with ansible-core 2.14 by using Ansible's configuration manager for handling options (https://github.com/ansible-collections/community.general/issues/5600).
|
Loading…
Add table
Add a link
Reference in a new issue