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)