Hi Guys, This is literally my first day using Ansible and I am trying to connect to one of my windows 2012 host and using win_ping. I have a control server using Centos. I encountered a number of issues before I got to this point but now when I run *ansible windows -i host.yml -m win_ping *the error I get is *ERROR! Unexpected Exception: dictionary update sequence element #0 has length 1; 2 is required*
No idea where to look i even did a -vvvv and it says the same thing. Below are my 2 yml files *host.yml* [windows] 10.109.140.64 *windows.yml* ansible_ssh_user:admin ansible_ssh_pass:XXXXX ansible_ssh_port:5985 ansible_connection:winrm ansible_winrm_cert_validation:ignore -- 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/9d648f19-bb37-4ec9-ad47-10d64c44d6cd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
