VMware rest collection

Posted on

after recently moving from the community collection to the certified collection VMware. rest.
I am running into issues when deploying a VM from a module,
vmware.vmware_rest.vcenter_vmtemplate_libraryitems
I can deploy the VM from a VM template in the content library with no problem.
but when I have the variable set to VM's name it doesn't update on the guest OS level just to the label of the VM in Vcenter.
or even trying to run a command on bash via shell: as like below
tasks:
- name: "task name"
shell: |
shell command you wish to run on guest level

has anybody had similar issues with the VMware.rest collection?

Thanks

Responses