mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
FreeIPA: Fix ipa_user password option (#48453)
Maintain idempotency in ipa_user while user update.
This commit is contained in:
parent
8d00ccf60f
commit
cd5c64c818
2 changed files with 28 additions and 2 deletions
|
@ -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
|
||||
=======
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue