mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Remove outdated FIXME; ROLE_CACHE is already implemented below
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user