-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vmware_deploy_ovf: Add option to source properties marked as ovf:user… (
#1838) (#1883) vmware_deploy_ovf: Add new parameter enable_hidden_properties SUMMARY This forces OVF properties marked as ovf:userConfigurable=false to become user configurable. This is useful when deploying VCSA OVAs. ISSUE TYPE Feature Pull Request COMPONENT NAME vmware_deploy_ovf ADDITIONAL INFORMATION Backport #1838
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
minor_changes: | ||
- vmware_deploy_ovf - New parameter enable_hidden_properties to force OVF properties marked as ovf:userConfigurable=false to become user configurable | ||
(https://github.com/ansible-collections/community.vmware/issues/802). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters