[ansible-project] Re: delegate_to and winrm is broken

2016-10-18 Thread Stephen Bunn
It is being include in a group_var for the hosts, is there a better way to do this? On Tuesday, October 18, 2016 at 10:39:00 AM UTC-7, Matt Davis wrote: > > Where are you setting the connection types to winrm then? > > On Tuesday, October 18, 2016 at 10:26:18 AM UTC-7, Stephen Bunn wrote: >> >> I

[ansible-project] Re: delegate_to and winrm is broken

2016-10-18 Thread Matt Davis
Where are you setting the connection types to winrm then? On Tuesday, October 18, 2016 at 10:26:18 AM UTC-7, Stephen Bunn wrote: > > I'm not sure how. Can you provide a complete working example? My > inventory file is pretty straight forward. My inventory looks like this > > [box1] > ip.address

[ansible-project] Re: delegate_to and winrm is broken

2016-10-18 Thread Stephen Bunn
I'm not sure how. Can you provide a complete working example? My inventory file is pretty straight forward. My inventory looks like this [box1] ip.address [box2] another.ip.address [alpha:children] ip.address [beta:children] another.ip.address [somewindowshosts] alpha beta -- You received

[ansible-project] Re: delegate_to and winrm is broken

2016-10-13 Thread Matt Davis
I suspect you may have an inventory or command issue that's reassigning localhost's connection type to winrm (you're not adding -c winrm, are you?) - this sample works fine for me on both 2.1.1 and devel. The connection: local is not necessary, and works fine for me with either local_action or