ansible.posix/plugins
Pavel Bar 1b079a3d17 Fix deprecated imports in plugins/action/synchronize.py
Replace deprecated module_utils imports:
- ansible.module_utils._text -> ansible.module_utils.common.text.converters
- ansible.module_utils.common._collections_compat -> collections.abc
- ansible.module_utils.six.string_types -> str
- ansible.module_utils.six.moves.shlex_quote -> shlex.quote

Fixes #686

Co-authored-by: Cursor AI
Signed-off-by: Pavel Bar <pbar@redhat.com>
2026-02-15 22:56:49 +02:00
..
action Fix deprecated imports in plugins/action/synchronize.py 2026-02-15 22:56:49 +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 Fixes #462 notice permission denied on authorized_key module 2025-10-21 10:00:12 +02:00
shell Fixed documentation and options to address new sanity tests 2022-04-01 13:23:45 +09:00