update comment

This commit is contained in:
sean-m-sullivan 2020-11-10 09:16:08 -06:00
parent 999086968c
commit e2e3d30b49

View File

@ -263,7 +263,6 @@ def main():
endpoint = '/roles/{0}/{1}/'.format(role_data['id'], module.param_to_endpoint(actor_type))
associations.setdefault(endpoint, [])
associations[endpoint].append(actor['id'])
# Stopped improvements
# perform associations
for association_endpoint, new_association_list in associations.items():