From 5828023e544916cc5fedf5c9e038ca9e1af22740 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 16 Apr 2018 08:37:28 -0400 Subject: [PATCH] bool --- lib/ansible/modules/system/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/user.py b/lib/ansible/modules/system/user.py index c14b2eac453..00f04e82de4 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.