mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
parent
72fc9f5cbe
commit
f39fa7fd22
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue