mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 14:39:30 -02:30
Converted tower_settings
Changed comments
This commit is contained in:
committed by
beeankha
parent
167e99fce9
commit
ceb6f6c47d
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user