mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 07:05:27 +01:00
Fix to_native deprecation warning in authorized_key module
Signed-off-by: Norman Ziegner <n.ziegner@hzdr.de>
This commit is contained in:
parent
9343c6f56f
commit
e93424397d
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ import re
|
|||
import shlex
|
||||
from operator import itemgetter
|
||||
|
||||
from ansible.module_utils._text import to_native
|
||||
from ansible.module_utils.common.text.converters import to_native
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible.module_utils.urls import fetch_url
|
||||
from ansible.module_utils.six.moves.urllib.parse import urlparse
|
||||
|
|
|
|||
Loading…
Reference in a new issue