[ansible-project] Re: win_chocolatey missing/broken in Ansible 1.9.2?

2015-07-10 Thread Slim Slam
You're correct. Even though my YAML is valid, the indent level causes Ansible to produce that error. Thanks for the tip. J On Thursday, July 9, 2015 at 4:24:53 PM UTC-5, Michael Legleux wrote: > > Not the correct indent level? > > > tasks: > - name: Get Powershell remoting script > wi

[ansible-project] Re: win_chocolatey missing/broken in Ansible 1.9.2?

2015-07-09 Thread Michael Legleux
Not the correct indent level? tasks: - name: Get Powershell remoting script win_chocolatey: name: PSWindowsUpdate state: present On Thursday, July 9, 2015 at 11:38:22 AM UTC-7, Slim Slam wrote: > > Ansible 1.9.2 on MacOSX. > > https://github.com/ansible/ansible/issues/1