1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fix deprecation import ansible.vars.unsafe_proxy to ansible.utils.unsafe_proxy

This commit is contained in:
Sergey Bondarev 2017-05-19 00:40:13 +03:00 committed by Brian Coca
parent 29fb573fd6
commit 72fc9f5cbe

View file

@ -593,7 +593,7 @@ class Templar:
ran = None ran = None
if ran and not allow_unsafe: 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: if wantlist:
ran = wrap_var(ran) ran = wrap_var(ran)
else: else: