Closed gelato closed 7 years ago
@Nosmoht Hello, i found another bug... It's very frustrating to have no means to set a password for user...
Hi @gelato,
thanks for reporting the issue.
I simply forgot to add the code to set the passwords.
But thanks to @mkrupcale this is already fixed with https://github.com/ansible/ansible-modules-extras/pull/3485.
resolved_by_pr https://github.com/ansible/ansible-modules-extras/pull/3485
This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible
Please read through the repomerge page in the dev guide. The guide contains links to tools which automatically move your issue or pull request to the ansible/ansible repo.
This issue was migrated to https://github.com/ansible/ansible/issues/29423
ISSUE TYPE
COMPONENT NAME
ipa
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Linux Mint 18 ##### SUMMARYCan't add password for ipa user through ipa_user module - password is always empty in IPA
STEPS TO REPRODUCE
Run ipa_user module with all required fields and password field filled.
EXPECTED RESULTS
User creation with password expected.
ACTUAL RESULTS
User created has no password set. And module does not change user credentials (password) if you change it in playbook.