mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
@@ -331,6 +331,7 @@ def main():
|
||||
class_config=dict(
|
||||
accountStatus=enabled,
|
||||
clearPwdHistory=clear_password_history,
|
||||
descr=description,
|
||||
email=email,
|
||||
expiration=expiration,
|
||||
expires=expires,
|
||||
|
||||
Reference in New Issue
Block a user