Removing FIXME comment which is no longer required
This commit is contained in:
parent
60c139e482
commit
a7e1113b26
1 changed files with 0 additions and 1 deletions
|
@ -367,7 +367,6 @@ class TaskExecutor:
|
|||
return failed_when_result
|
||||
return False
|
||||
|
||||
# FIXME: make sure until is mutually exclusive with changed_when/failed_when
|
||||
if self._task.until:
|
||||
cond.when = self._task.until
|
||||
if cond.evaluate_conditional(templar, vars_copy):
|
||||
|
|
Loading…
Reference in a new issue