mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Removing FIXME comment which is no longer required
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user