Converted tower_settings

Changed comments
This commit is contained in:
John Westcott IV
2020-01-18 16:13:33 -05:00
committed by beeankha
parent 167e99fce9
commit ceb6f6c47d
3 changed files with 82 additions and 30 deletions

View File

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