ansible.posix/plugins
Pavel Bar bf339dc987 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-27 03:08:31 +02:00
..
action Fix deprecated module_utils imports in synchronize 2025-11-27 03:08:31 +02:00
callback Avoid deprecated/deleted callback functions. 2025-06-28 16:29:29 +02:00
module_utils respawn firewalld module when selinux is missing 2023-05-14 05:44:47 +00:00
modules Use module.warn() instead of returning warnings. 2025-08-06 06:49:32 +02:00
shell Fixed documentation and options to address new sanity tests 2022-04-01 13:23:45 +09:00