1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-06 18:48:54 +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:
Dag Wieers 2019-01-29 03:16:58 +01:00 committed by GitHub
parent 3f4ca18e7b
commit d8a0e1a9b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

View file

@ -331,6 +331,7 @@ def main():
class_config=dict(
accountStatus=enabled,
clearPwdHistory=clear_password_history,
descr=description,
email=email,
expiration=expiration,
expires=expires,