mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove debug print for environment
This commit is contained in:
@@ -227,7 +227,6 @@ class Runner(object):
|
||||
if not self.environment:
|
||||
return ""
|
||||
enviro = utils.template(self.basedir, self.environment, inject)
|
||||
print "DEBUG: vars=%s" % enviro
|
||||
if type(enviro) != dict:
|
||||
raise errors.AnsibleError("environment must be a dictionary, recieved %s" % enviro)
|
||||
result = ""
|
||||
|
||||
Reference in New Issue
Block a user