def list_roles_detailed(): """Show detailed information for all roles""" for role in lib.get_roles(): lib.print_role(role)