mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
aci_aaa_user: Fix changing user description (#51408)
This fixes a reported problem with the aci_aaa_user module.
This commit is contained in:
parent
3f4ca18e7b
commit
d8a0e1a9b7
3 changed files with 13 additions and 0 deletions
|
@ -331,6 +331,7 @@ def main():
|
|||
class_config=dict(
|
||||
accountStatus=enabled,
|
||||
clearPwdHistory=clear_password_history,
|
||||
descr=description,
|
||||
email=email,
|
||||
expiration=expiration,
|
||||
expires=expires,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue