removed debug print
This commit is contained in:
parent
abf5d6e682
commit
313591f8b8
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue