in migration/bring-your-own-role/byor.py [0:0]
def _ensure_list(value): return [value] if not isinstance(value, list) else value