diff --git a/lib/ansible/modules/system/user.py b/lib/ansible/modules/system/user.py index c14b2eac45..00f04e82de 100644 --- a/lib/ansible/modules/system/user.py +++ b/lib/ansible/modules/system/user.py @@ -40,7 +40,7 @@ options: - Optionally sets the I(UID) of the user. hidden: required: false - type: boolean + type: bool description: - Darwin/OS X only, optionally hide the user from the login window and system preferences. - The default will be 'True' if the I(system) option is used.