In waiting for possibility to deploy VMs from templates with Ansible (see https://next.nutanix.com/ahv-virtualization-27/how-deploy-vm-from-prismcentral-template-with-ansible-nutanix-module-41800), i’tm trying to use cloning, see playbook below.
The demo playbook with same parameters works fine to get cluster info for "{{ prism_cluster }}".
The cloning fails with error :
KeyError: 'cluster_reference'
What is missing in playbook ?
Thx