I'm attempting to use the module and have the variables that are mentioned here. When I provide them and run the playbook (ansible-playbook vRA-deploy-VM.yml) I get this:
[root@ansible31 vmware-ansible]# ansible-playbook vRA-deploy-VM.yml
[WARNING]: While constructing a mapping from /var/tmp/vmware-ansible/vRA-deploy-VM.yml, line 21, column 7, found a duplicate dict key (HEADER_Content-Type). Using
last defined value only.
PLAY RECAP *********************************************************************
I'm ok with hardcoding variables while I test this for now but I'm not entirely certain how to pass the ID of the Catalog Item I wish to pass. If I know my Bearer token and I know the catalog item, is there a way to pass them directly along with the other variables?
I'm attempting to use the module and have the variables that are mentioned here. When I provide them and run the playbook (ansible-playbook vRA-deploy-VM.yml) I get this:
[root@ansible31 vmware-ansible]# ansible-playbook vRA-deploy-VM.yml
[WARNING]: While constructing a mapping from /var/tmp/vmware-ansible/vRA-deploy-VM.yml, line 21, column 7, found a duplicate dict key (HEADER_Content-Type). Using
last defined value only.
PLAY RECAP *********************************************************************
I'm ok with hardcoding variables while I test this for now but I'm not entirely certain how to pass the ID of the Catalog Item I wish to pass. If I know my Bearer token and I know the catalog item, is there a way to pass them directly along with the other variables?