mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 01:44:03 -07:00
There's no ansible.module_utils_unicode
This commit is contained in:
parent
313d4b2c9e
commit
483c83b088
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ import glob
|
|||
|
||||
from ansible.plugins.lookup import LookupBase
|
||||
from ansible.errors import AnsibleFileNotFound
|
||||
from ansible.module_utils.unicode import to_bytes
|
||||
from ansible.utils.unicode import to_bytes
|
||||
|
||||
class LookupModule(LookupBase):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue