mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 15:05:07 +00:00
ansible-core 2.20: avoid deprecated functionality (#10687)
Avoid deprecated functionality.
(cherry picked from commit 47e8a3c193)
This commit is contained in:
parent
6d94f0acbe
commit
8a6fb28296
22 changed files with 23 additions and 21 deletions
|
|
@ -80,7 +80,7 @@ from subprocess import call, Popen, PIPE
|
|||
|
||||
from ansible.errors import AnsibleError, AnsibleConnectionFailure, AnsibleFileNotFound
|
||||
from ansible.module_utils.common.process import get_bin_path
|
||||
from ansible.module_utils._text import to_bytes, to_text
|
||||
from ansible.module_utils.common.text.converters import to_bytes, to_text
|
||||
from ansible.plugins.connection import ConnectionBase
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue