mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Converted tower_settings
Changed comments
This commit is contained in:
committed by
beeankha
parent
167e99fce9
commit
ceb6f6c47d
@@ -80,7 +80,7 @@ def main():
|
||||
organization = module.params.get('organization')
|
||||
state = module.params.get('state')
|
||||
|
||||
# Attempt to lookup the org the user specified
|
||||
# Attempt to lookup the related items the user specified (these will fail the module if not found)
|
||||
org_id = module.resolve_name_to_id('organizations', organization)
|
||||
|
||||
# Attempt to lookup team based on the provided name and org ID
|
||||
|
||||
Reference in New Issue
Block a user