mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
removed debug print
This commit is contained in:
@@ -261,7 +261,6 @@ class Task(Base, Conditional, Taggable, Become):
|
||||
env = {}
|
||||
if value is not None:
|
||||
|
||||
print(value)
|
||||
def _parse_env_kv(k, v):
|
||||
try:
|
||||
env[k] = templar.template(v, convert_bare=False)
|
||||
|
||||
Reference in New Issue
Block a user