if any(add_list) or any(remove_list):
                ret['result'] = True
                ret['comment'] = 'Flavor "{0}" access list corrected.'.format(name)
                ret['changes'] = {name: {'new': defined_list, 'old': existing_list}}