mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 00:47:29 -02:30
Fixing config loading issues when the config has no [general] section
Fixed typo in help documentation Fix up sanity errors and update converted modules Remove unnecessary test playbook file
This commit is contained in:
committed by
beeankha
parent
4fc2c58ae7
commit
018dd4c1c3
@@ -101,11 +101,6 @@ def main():
|
||||
# instance_group_names = module.params.get('instance_groups')
|
||||
state = module.params.get('state')
|
||||
|
||||
# Attempt to look up 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))
|
||||
|
||||
# Attempt to look up organization based on the provided name
|
||||
organization = module.get_one('organizations', **{
|
||||
'data': {
|
||||
|
||||
Reference in New Issue
Block a user