mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 18:59:08 +00:00
ansible-core 2.20: avoid deprecated functionality (#10687)
Avoid deprecated functionality.
This commit is contained in:
parent
ceba0cbedb
commit
47e8a3c193
22 changed files with 23 additions and 21 deletions
|
|
@ -78,7 +78,7 @@ from subprocess import Popen, PIPE
|
|||
|
||||
from ansible.errors import AnsibleParserError
|
||||
from ansible.module_utils.common.text.converters import to_bytes, to_text
|
||||
from ansible.module_utils.common._collections_compat import MutableMapping
|
||||
from collections.abc import MutableMapping
|
||||
from ansible.plugins.inventory import BaseInventoryPlugin, Constructable, Cacheable
|
||||
from ansible.module_utils.common.process import get_bin_path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue