Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vmware_guest: Fix vApp property handling
The vmware_guest module did not properly handle setting vApp properties if the VmConfigSpec never contained an active vAppConfig. This resulted in an exception due to trying to access `property` on `None`. This commit changes the behavior to default the current list of vApp properties to an empty list if there has never been any vAppConfig.
- Loading branch information