Are you able to share your test/integration/inventory.winrm file as it 
seems like some of the config is breaking the winrm/powershell plugins. 
Here is an example one that I use

[2016]
SERVER2016.domain.local

[windows:children]
2016

[windows:vars]
ansible_user=vagrant-domain@DOMAIN.LOCAL
ansible_password=password
ansible_connection=winrm
ansible_port=5986
ansible_winrm_transport=kerberos
ansible_winrm_server_cert_validation=ignore

[localhost]
127.0.0.1  ansible_connection=local

[winrm:children]
windows

[testhost_binary_modules:children]
windows

I'm no expert on XML but I believe the API that was being used in the 
module wasn't as fully featured as the XPath option in PowerShell and it's 
little support for namespaces may cause issues down the line.

Thanks

Jordan

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to