Skip to content

Commit

Permalink
add change log
Browse files Browse the repository at this point in the history
Signed-off-by: dianew <dianew@vmware.com>
  • Loading branch information
Tomorrow9 committed Jan 26, 2022
1 parent fe37dd8 commit 7bc24a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/fragments/vmware_vm_config_option.yml
@@ -1,2 +1,3 @@
minor_changes:
- vmware_vm_config_option - Fix the parameter not correct issue when hostname is set to ESXi host(https://github.com/ansible-collections/community.vmware/pull/1171).
- vmware_vm_config_option - Add support_usb_controller, support_ethernet_card, support_disk_controller properties in output of getting VM default configs (https://github.com/ansible-collections/community.vmware/pull/1202).
1 change: 0 additions & 1 deletion plugins/modules/vmware_vm_config_option.py
Expand Up @@ -276,7 +276,6 @@ def get_config_option_for_guest(self):
vm_config_option_all = self.get_config_option_by_spec(env_browser=env_browser, key=hardware_version)
supported_gos_list = self.get_guest_id_list(guest_os_desc=vm_config_option_all)
if self.params.get('get_guest_os_ids'):
# info_key = 'Supported guest IDs for %s' % vm_config_option_all.version
results.update({vm_config_option_all.version: supported_gos_list})

if self.params.get('get_config_options') and len(guest_id) != 0:
Expand Down

0 comments on commit 7bc24a5

Please sign in to comment.