mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
fix deprecation import ansible.vars.unsafe_proxy to ansible.utils.unsafe_proxy
This commit is contained in:
parent
29fb573fd6
commit
72fc9f5cbe
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ class Templar:
|
|||
ran = None
|
||||
|
||||
if ran and not allow_unsafe:
|
||||
from ansible.vars.unsafe_proxy import UnsafeProxy, wrap_var
|
||||
from ansible.utils.unsafe_proxy import UnsafeProxy, wrap_var
|
||||
if wantlist:
|
||||
ran = wrap_var(ran)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue