Hello Ansible Community,

I have a task described below, and it works fine if the user account has 
been managed by Ansible since the moment of the user account creation. 
However, this task always ends with "changed" status when I try to manage 
an existing user account on an existing server. Has anyone seen the same 
issue? Or could it be something local to my server? The OS is RHEL 6.7, and 
the Ansible version is 1.9.4.

- name: create user myuser
  user:
    name: myuser
    comment: my test user
    home: /home/myuser
    uid: 12345
    groups: users
    password: encrypted_password
    update_password: on_create


Thank you,
Koji

-- 
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@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/bf1c9201-0eb8-4357-a78b-af6632ae282d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to