From 45f4fc83896d9ad68cb9869189ff41489babdc75 Mon Sep 17 00:00:00 2001 From: Tony F Date: Thu, 7 Sep 2023 14:23:26 -0500 Subject: [PATCH] Update user.py (#81653) The phrase `Does nothing when used with other platforms.` sometimes appears before the supported platforms. Combine this phrase with the supported platform line. --- lib/ansible/modules/user.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lib/ansible/modules/user.py b/lib/ansible/modules/user.py index bc85c56b647..6d465b04d07 100644 --- a/lib/ansible/modules/user.py +++ b/lib/ansible/modules/user.py @@ -223,10 +223,9 @@ options: profile: description: - Sets the profile of the user. - - Does nothing when used with other platforms. - Can set multiple profiles using comma separation. - To delete all the profiles, use O(profile=''). - - Currently supported on Illumos/Solaris. + - Currently supported on Illumos/Solaris. Does nothing when used with other platforms. type: str version_added: "2.8" authorization: @@ -240,10 +239,9 @@ options: role: description: - Sets the role of the user. - - Does nothing when used with other platforms. - Can set multiple roles using comma separation. - To delete all roles, use O(role=''). - - Currently supported on Illumos/Solaris. + - Currently supported on Illumos/Solaris. Does nothing when used with other platforms. type: str version_added: "2.8" password_expire_max: @@ -267,8 +265,7 @@ options: umask: description: - Sets the umask of the user. - - Does nothing when used with other platforms. - - Currently supported on Linux. + - Currently supported on Linux. Does nothing when used with other platforms. - Requires O(local) is omitted or V(False). type: str version_added: "2.12"