Remove reference to default check mode

This commit is contained in:
John Westcott IV 2020-02-13 14:13:16 -05:00 committed by beeankha
parent 0eef67713f
commit 7908f25747

View File

@ -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,