Hi. i run my playbook to change user account password but this dont work , 
not change the password.
iam using aix 6 and 7.

this same playbook work fine on Linux.

this is my simple playbook to change password on a user acoount .

- name: Change account password 
      hosts: "AIXQA"
      remote_user: ext00025
      tasks:
      - name: Changing user account password ext00025
        user: name=ext00025 update_password=always 
password=$1$SysAdm1n$W01N55jxDbwQf0JZsuKNn0

regards.
        

-- 
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/efd753c5-85f3-445a-a49f-0fd9dcbea52c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to