qLiK07 ansible-generated on host' stderr: description: Standard error from running commands. returned: When stderr is returned by a command that is run type: str sample: Group wheels does not exist stdout: description: Standard output from running commands. returned: When standard output is returned by the command that is run type: str sample: system: description: Whether or not the account is a system account. returned: When I(system) is passed to the module and the account does not exist type: bool sample: True uid: description: User ID of the user account. returned: When I(uid) is passed to the module type: int sample: 1044 password_expire_max: description: Maximum number of days during which a password is valid. returned: When user exists type: int sample: 20 password_expire_min: description: Minimum number of days between password change returned: When user exists type: int sample: 20 N)