mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-10 22:55:27 +01:00
Added changelog entry documenting the bugfixes for synchronize and mount modules' deprecated import issues. Related to #686 Co-authored-by: Cursor AI Signed-off-by: Pavel Bar <pbar@redhat.com>
6 lines
513 B
YAML
6 lines
513 B
YAML
---
|
|
bugfixes:
|
|
- synchronize - fix deprecated ``ansible.module_utils._text`` and ``ansible.module_utils.common._collections_compat`` imports (https://github.com/ansible-collections/ansible.posix/issues/686).
|
|
- synchronize - fix deprecated ``ansible.module_utils.six`` imports for CI compliance.
|
|
- mount - fix deprecated ``ansible.module_utils._text`` import (https://github.com/ansible-collections/ansible.posix/issues/686).
|
|
- mount - fix deprecated ``ansible.module_utils.six`` imports for CI compliance.
|