hamburger-software / ansible-role-vmware_ubuntu_cloud_image

Ansible role for creating virtual machines based on the Ubuntu Cloud Image in a vSphere environment.
https://galaxy.ansible.com/hamburger_software/vmware_ubuntu_cloud_image
MIT License
19 stars 7 forks source link

Fix advanced settings #5

Closed dotalchemy closed 2 years ago

dotalchemy commented 2 years ago

Fixed a thing introduced by a change made to the 'community.vmware' collection where customsettings was replaced with advanced_settings in a recent release of the collection.

This caused the role to fail with Unable to find custom value key disk.EnableUUID

See Github Issue #179 See vmware_guest_module

Tested on whatever version of Ansible is in the very latest AWX Operator build, but there shouldn't be a version dependency change as it's just a string edit in the yaml to match what community.vmware is expecting.

albers commented 2 years ago

Thanks very much for your contribution. I will need some time to review it because I first need to set up suitable testing environments.

albers commented 2 years ago

@dotalchemy released v6.0.0