Hello,

how are you running 'ansible-playbook' command? If you are passing
"-C" or "--check" then the message is expected; you might want to
create a feature request for vmware_guest_find to support check_mode.
Otherwise it might be a bug.

Thanks,
Martin

On Mon, Jun 10, 2019 at 5:30 PM Kishore Hejmady
<kishorehejm...@gmail.com> wrote:
>
> I am trying to connect to vshpere and get the below message
>
> #- name: "Find more info on {{vcenter_info[vsphere-env].vcenter_hostname}} 
> {{vsphere_login}} VM - {{ vm_name }} {{vsphere_passwd}} "
> - name: "Find more info on {{ vsphere_env }} {{vsphere_login}} {{ vm_name }} "
>   vmware_guest_find:
>       hostname: "{{vcenter_info[vsphere_env].vcenter_hostname}}"
>       username: "{{vsphere_login}}"
>       password: "{{vsphere_passwd}}"
>       validate_certs: False
>       name: "{{ vm_name }}"
>   delegate_to: localhost
>   register: vm_folder
>
> - debug:
>    var: vm_folder
>
> Message :
>
> skipping: [localhost] => {"changed": false, "msg": "remote module 
> (vmware_guest_find) does not support check mode"}
>
>
> --
> 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 ansible-project+unsubscr...@googlegroups.com.
> To post to this group, send email to ansible-project@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/ansible-project/f3c3d1cd-b426-4440-8800-43d3d714a31a%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CADDq2EOn_ywrTZcqo7FuzaXcr0x7cK9g96jRZmP6yOF6HAg6nw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to