Removing default_check_mode

This commit is contained in:
John Westcott IV 2020-01-18 16:03:43 -05:00 committed by beeankha
parent aaaca63f83
commit c930011616

View File

@ -80,9 +80,6 @@ def main():
organization = module.params.get('organization')
state = module.params.get('state')
# We can either use the default check mode option or we can customize our own
module.default_check_mode()
# Attempt to lookup the org the user specified
org_id = module.resolve_name_to_id('organizations', organization)