1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

removed debug print

This commit is contained in:
Brian Coca 2017-04-13 15:12:27 -04:00
parent abf5d6e682
commit 313591f8b8

View file

@ -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)