From e2e3d30b49b72a0b8c4286533fbf3f8c1efd45eb Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Tue, 10 Nov 2020 09:16:08 -0600 Subject: [PATCH] update comment --- awx_collection/plugins/modules/tower_role.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx_collection/plugins/modules/tower_role.py b/awx_collection/plugins/modules/tower_role.py index 4dbd3c7f6f..7da9b0f596 100644 --- a/awx_collection/plugins/modules/tower_role.py +++ b/awx_collection/plugins/modules/tower_role.py @@ -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():