Mario Lenz

Results 456 comments of Mario Lenz

> I tried the ansible 2.9 vmware module first but using the community module now, both behave identical in regards to `customization_specs`. I provided more details as response in the...

I've been trying to reproduce this issue but couldn't at first. Then I tried: ``` folder: /VM/FOLDER/PATH/ ``` Just as @MallocArray mentioned, this triggered the issue. Removing the trailing /...

@Findarato Do you have a trailing / in your `folder` parameter? And, if so, does it help to remove it?

I don't think this is a bug. The default for `secure_boot_enabled` is `False`. If you don't set this to `True` the module works as intended (and documented) and disables secure...

> I think it is better to leave it as what it is when vmware_guest_boot_manager has no secure_boot_enabled set, and changing other boot option shouldn't change current_secure_boot_enabled meanwhile. I agree....

> ansible 2.9.15 > config file = /etc/ansible/ansible.cfg > configured module search path = [u'/users/w661672a/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] > ansible python module location = /usr/lib/python2.7/site-packages/ansible > executable location = /usr/bin/ansible > python...

> Thanks for your Feedback @mariolenz, let me try to explain in a little more detail why in my opinion the behavior as it is today isn't optimal and we...

> I believe you _can_ have both elastic and specify ports, as the UI lets me do that. What vSphere version are you running? We're on 7.0U2something and I'm quite...