From ab4abf4e3ba7bca893c0891719b37f18437fec9a Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Tue, 10 Nov 2020 08:17:01 -0600 Subject: [PATCH] update comment --- awx_collection/plugins/modules/tower_role.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' )