mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
@@ -291,7 +291,7 @@ class Runner(object):
|
|||||||
raise errors.AnsibleError("environment must be a dictionary, received %s" % enviro)
|
raise errors.AnsibleError("environment must be a dictionary, received %s" % enviro)
|
||||||
result = ""
|
result = ""
|
||||||
for (k,v) in enviro.iteritems():
|
for (k,v) in enviro.iteritems():
|
||||||
result = "%s=%s %s" % (k, pipes.quote(str(v)), result)
|
result = "%s=%s %s" % (k, pipes.quote(unicode(v)), result)
|
||||||
return result
|
return result
|
||||||
|
|
||||||
# *****************************************************
|
# *****************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user