mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Removing default_check_mode
This commit is contained in:
parent
aaaca63f83
commit
c930011616
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user