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

@@ -103,7 +103,7 @@ def main():
# instance_group_names = module.params.get('instance_groups')
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)
# instance_group_objects = []
# for instance_name in instance_group_names:
# instance_group_objects.append(module.resolve_name_to_id('instance_groups', instance_name))