diff --git a/awx_collection/plugins/modules/tower_token.py b/awx_collection/plugins/modules/tower_token.py index d8300a048e..165590520d 100644 --- a/awx_collection/plugins/modules/tower_token.py +++ b/awx_collection/plugins/modules/tower_token.py @@ -150,7 +150,7 @@ def main(): ], # If we are state absent make sure one of existing_token or existing_token_id are present required_if=[ - [ 'state', 'absent', ('existing_token', 'existing_token_id'), True,], + ['state', 'absent', ('existing_token', 'existing_token_id'), True, ], ], )