mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 16:06:43 +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 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):
|
||||
|
||||
Reference in New Issue
Block a user