diff --git a/lib/ansible/executor/task_executor.py b/lib/ansible/executor/task_executor.py index f417a02264e..2fa7901fe73 100644 --- a/lib/ansible/executor/task_executor.py +++ b/lib/ansible/executor/task_executor.py @@ -411,7 +411,6 @@ class TaskExecutor: correct connection object from the list of connection plugins ''' - # FIXME: delegate_to calculation should be done here # FIXME: calculation of connection params/auth stuff should be done here if not self._play_context.remote_addr: