VMware: Fix KeyError in vmware_host_config_manager (#52736)

* Bug fix for vmware_host_config_manager

* Update changelogs/fragments/44561-vmware_host_config_manager-fix_key_error.yml

Co-Authored-By: mariolenz <m@riolenz.de>
This commit is contained in:
Mario Lenz
2019-02-25 08:57:49 +01:00
committed by Abhijeet Kasurde
parent 4f8cd6bf96
commit bcd6702b8a
2 changed files with 26 additions and 28 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- Fixed KeyError issue in vmware_host_config_manager when a supported option isn't already set (https://github.com/ansible/ansible/issues/44561).