mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Removing default_check_mode
This commit is contained in:
committed by
beeankha
parent
aaaca63f83
commit
c930011616
@@ -80,9 +80,6 @@ def main():
|
|||||||
organization = module.params.get('organization')
|
organization = module.params.get('organization')
|
||||||
state = module.params.get('state')
|
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
|
# Attempt to lookup the org the user specified
|
||||||
org_id = module.resolve_name_to_id('organizations', organization)
|
org_id = module.resolve_name_to_id('organizations', organization)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user