FreeIPA: Fix ipa_user password option (#48453)

Maintain idempotency in ipa_user while user update.
This commit is contained in:
Matthew Butch 2019-03-11 06:14:06 -04:00 committed by Abhijeet Kasurde
commit cd5c64c818
2 changed files with 28 additions and 2 deletions

View file

@ -314,6 +314,7 @@ Noteworthy module changes
<https://galaxy.ansible.com/PaloAltoNetworks/paloaltonetworks>`_. Contributions to the role can be made
`here <https://github.com/PaloAltoNetworks/ansible-pan>`_.
* The ``ipa_user`` module originally always sent ``password`` to FreeIPA regardless of whether the password changed. Now the module only sends ``password`` if ``update_password`` is set to ``always``, which is the default.
Plugins
=======