The whole test playbook is here;
 - hosts: windows
   gather_facts: false
   tasks:
    - name: Change Administrator password
      win_user: name=Administrator password=Quaiqu6I 
password_never_expires=yes

Running with ansible 2.1.1.0, and Windows 2012 R2 as client.
http://pastebin.com/2Wg9qYMt

but, if I change the access password - the playbook works well,
so, the password was changed.

Why it throws an error here? 

-- 
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/98e07166-a3da-4899-99f6-41c1625bb408%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to