diff --git a/awx_collection/plugins/modules/tower_credential_type.py b/awx_collection/plugins/modules/tower_credential_type.py index b6c8806199..50533dbbdc 100644 --- a/awx_collection/plugins/modules/tower_credential_type.py +++ b/awx_collection/plugins/modules/tower_credential_type.py @@ -124,9 +124,6 @@ def main(): kind = module.params.get('kind') state = module.params.get('state') - # Deal with check mode - module.default_check_mode() - # These will be passed into the create/updates credential_type_params = { 'name': new_name if new_name else name,