Commit 7b3cb212 by Abhijit Menon-Sen

Remove outdated FIXME; ROLE_CACHE is already implemented below

parent 53ae3266
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment