This commit is contained in:
Sergey Bondarev 2017-05-19 14:01:32 +03:00 committed by Brian Coca
commit f39fa7fd22

View file

@ -593,7 +593,6 @@ class Templar:
ran = None ran = None
if ran and not allow_unsafe: if ran and not allow_unsafe:
from ansible.utils.unsafe_proxy import UnsafeProxy, wrap_var
if wantlist: if wantlist:
ran = wrap_var(ran) ran = wrap_var(ran)
else: else: