ansible.posix/plugins/action
Pavel Bar 60bc3e3634 Fix deprecated module_utils imports in synchronize
These deprecated imports will be removed in ansible-core 2.24.
Updated to use the new recommended import paths.

- ansible.module_utils._text → ansible.module_utils.common.text.converters
- ansible.module_utils.common._collections_compat → collections.abc

Fixes #686

Co-authored-by: Cursor AI
Signed-off-by: Pavel Bar <pbar@redhat.com>
2025-11-28 16:48:14 +02:00
..
__init__.py Initial commit 2020-03-09 13:15:28 +00:00
patch.py use FQCN for module call in action plugins 2020-06-19 15:22:34 -05:00
synchronize.py Fix deprecated module_utils imports in synchronize 2025-11-28 16:48:14 +02:00