Commit a7e1113b by James Cammarata

Removing FIXME comment which is no longer required

parent 60c139e4
...@@ -367,7 +367,6 @@ class TaskExecutor: ...@@ -367,7 +367,6 @@ class TaskExecutor:
return failed_when_result return failed_when_result
return False return False
# FIXME: make sure until is mutually exclusive with changed_when/failed_when
if self._task.until: if self._task.until:
cond.when = self._task.until cond.when = self._task.until
if cond.evaluate_conditional(templar, vars_copy): if cond.evaluate_conditional(templar, vars_copy):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment