Hi 

i try to auto create some VM i can say the CODE was working as it was ... i 
was able to create 20 vm on the flay ! 
now i upgrade my ansible from 
ansible 1.8.4
  configured module search path = None
TO

ansible 1.9.0.1
  configured module search path = None

as i upgrade my pysphere from 0.1.7 to 0.1.8 (pysphere-0.1.8-py2.7.egg-info)
the only reason for the upgrade is relocate() function in 0.1.8 

so now i try to run my ansible code and i get this ERROR 

failed: [host1] => {"failed": true}
msg: unsupported parameter for module: username

tasks:
    - debug: var=vm
    - name: Gather VM facts
      vsphere_guest:
        vcenter_hostname: vcenter name
        password: pass
        username: user
        guest: ansible
        vmware_guest_facts: yes

REMOTE_MODULE vsphere_guest vcenter_hostname=XXXXXXXXX guest=ansible 
password=VALUE_HIDDEN username=    <------  MISSING !!!! why ?? 

i install new server and go back to old ver same issue so .... 
how can i get more detail log ... 

what i am missing .... 


Thanks 
Noam


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/d8073e73-1611-428b-b47d-3489e2c88e1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to