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.
pull/71113/merge
Tony F 1 year ago committed by GitHub
parent dedc48bda4
commit 45f4fc8389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -223,10 +223,9 @@ options:
profile: profile:
description: description:
- Sets the profile of the user. - Sets the profile of the user.
- Does nothing when used with other platforms.
- Can set multiple profiles using comma separation. - Can set multiple profiles using comma separation.
- To delete all the profiles, use O(profile=''). - 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 type: str
version_added: "2.8" version_added: "2.8"
authorization: authorization:
@ -240,10 +239,9 @@ options:
role: role:
description: description:
- Sets the role of the user. - Sets the role of the user.
- Does nothing when used with other platforms.
- Can set multiple roles using comma separation. - Can set multiple roles using comma separation.
- To delete all roles, use O(role=''). - 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 type: str
version_added: "2.8" version_added: "2.8"
password_expire_max: password_expire_max:
@ -267,8 +265,7 @@ options:
umask: umask:
description: description:
- Sets the umask of the user. - Sets the umask of the user.
- Does nothing when used with other platforms. - Currently supported on Linux. Does nothing when used with other platforms.
- Currently supported on Linux.
- Requires O(local) is omitted or V(False). - Requires O(local) is omitted or V(False).
type: str type: str
version_added: "2.12" version_added: "2.12"

Loading…
Cancel
Save