Pavel Bar
|
dda97be28a
|
Fix deprecated imports in plugins/modules/mount.py
Replace deprecated module_utils imports:
- ansible.module_utils._text -> ansible.module_utils.common.text.converters
Fixes #686
|
2025-12-24 01:38:57 +02:00 |
|
Pavel Bar
|
3cbaff144c
|
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
Fixes #686
|
2025-12-24 01:38:33 +02:00 |
|
Hideki Saito
|
7d5aef07e2
|
Update AZP CI matrix and sanity test
* Update AZP CI matrix
* Add ignore file for Ansible Core 2.21
* Remove ignore lines for ansible-bad-import-from in 2.20 sanity tests
Signed-off-by: Hideki Saito <saito@fgrep.org>
|
2025-12-09 05:23:05 +00:00 |
|