Remove outdated FIXME; ROLE_CACHE is already implemented below
This commit is contained in:
parent
53ae326603
commit
7b3cb2126c
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ class Role(Base, Become, Conditional, Taggable):
|
|||
|
||||
@staticmethod
|
||||
def load(role_include, play, parent_role=None):
|
||||
# FIXME: add back in the role caching support
|
||||
try:
|
||||
# The ROLE_CACHE is a dictionary of role names, with each entry
|
||||
# containing another dictionary corresponding to a set of parameters
|
||||
|
|
Loading…
Reference in a new issue