diff --git a/awx_collection/plugins/modules/tower_role.py b/awx_collection/plugins/modules/tower_role.py index dae8f866a5..4dbd3c7f6f 100644 --- a/awx_collection/plugins/modules/tower_role.py +++ b/awx_collection/plugins/modules/tower_role.py @@ -196,7 +196,7 @@ def main(): 'target_teams': 'target_team', 'workflows': 'workflow' } - # Remove Project after testing + # Singular parameters resource_param_keys = ( 'user', 'team', 'lookup_organization' )