mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 20:30:21 -07:00
Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877)
* Replace ansible.module_utils._text by ansible.module_utils.common.text.converters. * Also adjust tests.
This commit is contained in:
parent
d180390dbc
commit
fafabed9e6
249 changed files with 252 additions and 250 deletions
|
@ -224,7 +224,7 @@ import os
|
|||
import math
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible.module_utils._text import to_native
|
||||
from ansible.module_utils.common.text.converters import to_native
|
||||
|
||||
|
||||
# These are the multiplicative suffixes understood (or returned) by dd and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue