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:
John Westcott IV
2020-02-06 11:07:19 -05:00
committed by beeankha
parent 4fc2c58ae7
commit 018dd4c1c3
4 changed files with 44 additions and 33 deletions

View File

@@ -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': {