mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
FreeIPA: Fix ipa_user password option (#48453)
Maintain idempotency in ipa_user while user update.
This commit is contained in:
committed by
Abhijeet Kasurde
parent
8d00ccf60f
commit
cd5c64c818
@@ -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
|
||||
=======
|
||||
|
||||
Reference in New Issue
Block a user