mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Merge pull request #11826 from amenonsen/trivial-fixmes
Another small batch of trivial FIXME removals
This commit is contained in:
commit
0137c10e0e
2 changed files with 0 additions and 2 deletions
|
@ -411,7 +411,6 @@ class TaskExecutor:
|
||||||
correct connection object from the list of connection plugins
|
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
|
# FIXME: calculation of connection params/auth stuff should be done here
|
||||||
|
|
||||||
if not self._play_context.remote_addr:
|
if not self._play_context.remote_addr:
|
||||||
|
|
|
@ -93,7 +93,6 @@ class Role(Base, Become, Conditional, Taggable):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def load(role_include, play, parent_role=None):
|
def load(role_include, play, parent_role=None):
|
||||||
# FIXME: add back in the role caching support
|
|
||||||
try:
|
try:
|
||||||
# The ROLE_CACHE is a dictionary of role names, with each entry
|
# The ROLE_CACHE is a dictionary of role names, with each entry
|
||||||
# containing another dictionary corresponding to a set of parameters
|
# containing another dictionary corresponding to a set of parameters
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue