[ansible-project] Re: Windows Playbook Fails Using win_user

2016-08-11 Thread Anfield
That was perfect. Thanks! -- 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] Re: Windows Playbook Fails Using win_user

2016-08-11 Thread Matt Davis
Unless it's just Google Groups eating the formatting, it looks like your YAML indentation is hosed up (Ansible's failing on the control side, not on the Windows module). YAML is whitespace-sensitive, so it should look like: - name: Add a user hosts: all gather_facts: false tasks: -