ansible.posix/plugins/callback
Pavel Bar c669351777 Fix deprecated imports in plugins/callback/cgroup_perf_recap.py
Replace deprecated module_utils imports:
- ansible.module_utils._text -> ansible.module_utils.common.text.converters
- ansible.module_utils.six.with_metaclass -> Python 3 metaclass syntax

Fixes #686

Co-authored-by: Cursor AI
Signed-off-by: Pavel Bar <pbar@redhat.com>
2026-02-15 22:56:50 +02:00
..
__init__.py Initial commit 2020-03-09 13:15:28 +00:00
cgroup_perf_recap.py Fix deprecated imports in plugins/callback/cgroup_perf_recap.py 2026-02-15 22:56:50 +02:00
debug.py Fixed documentation and options to address new sanity tests 2022-04-01 13:23:45 +09:00
json.py Merge pull request #441 from jsquyres/pr/json-indent-level 2023-04-27 20:52:09 +00:00
jsonl.py Merge pull request #441 from jsquyres/pr/json-indent-level 2023-04-27 20:52:09 +00:00
profile_roles.py Avoid deprecated/deleted callback functions. 2025-06-28 16:29:29 +02:00
profile_tasks.py Avoid deprecated/deleted callback functions. 2025-06-28 16:29:29 +02:00
timer.py Improve callback output to align header with roles, tasks and play RECAP 2024-10-02 15:08:03 +09:00