From ab9a48d4b1ddc8c3d41398d77d134fe959cf4cee Mon Sep 17 00:00:00 2001 From: Fredrik Jervfors Date: Thu, 3 Aug 2023 21:06:27 +0200 Subject: [PATCH] Fix comment about authorization (#81401) Move all information about supported platforms to the same bullet point. --- lib/ansible/modules/user.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/user.py b/lib/ansible/modules/user.py index 04ecb749459..f48e3244bf1 100644 --- a/lib/ansible/modules/user.py +++ b/lib/ansible/modules/user.py @@ -230,10 +230,9 @@ options: authorization: description: - Sets the authorization of the user. - - Does nothing when used with other platforms. - Can set multiple authorizations using comma separation. - To delete all authorizations, use O(authorization=''). - - Currently supported on Illumos/Solaris. + - Currently supported on Illumos/Solaris. Does nothing when used with other platforms. type: str version_added: "2.8" role: