mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
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 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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue