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 Mar 15, 2022
1 parent 851d064 commit e3a1ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/vmware_vm_config_option.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- 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
Original file line number Diff line number Diff line change
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 e3a1ab2

Please sign in to comment.