Change version added in win_user docs to 1.9 for updates that didn't make it into 1.8.

pull/4420/head
Chris Church 2014-12-19 03:06:58 -05:00 committed by Matt Clay
parent b607ffb7c6
commit 9d0830a181
1 changed files with 11 additions and 11 deletions

View File

@ -38,13 +38,13 @@ options:
- Full name of the user - Full name of the user
required: false required: false
default: null default: null
version_added: "1.8" version_added: "1.9"
description: description:
description: description:
- Description of the user - Description of the user
required: false required: false
default: null default: null
version_added: "1.8" version_added: "1.9"
password: password:
description: description:
- Optionally set the user's password to this (plain text) value. - Optionally set the user's password to this (plain text) value.
@ -57,7 +57,7 @@ options:
required: false required: false
choices: [ 'always', 'on_create' ] choices: [ 'always', 'on_create' ]
default: always default: always
version_added: "1.8" version_added: "1.9"
password_expired: password_expired:
description: description:
- C(yes) will require the user to change their password at next login. - C(yes) will require the user to change their password at next login.
@ -65,7 +65,7 @@ options:
required: false required: false
choices: [ 'yes', 'no' ] choices: [ 'yes', 'no' ]
default: null default: null
version_added: "1.8" version_added: "1.9"
password_never_expires: password_never_expires:
description: description:
- C(yes) will set the password to never expire. C(no) will allow the - C(yes) will set the password to never expire. C(no) will allow the
@ -73,7 +73,7 @@ options:
required: false required: false
choices: [ 'yes', 'no' ] choices: [ 'yes', 'no' ]
default: null default: null
version_added: "1.8" version_added: "1.9"
user_cannot_change_password: user_cannot_change_password:
description: description:
- C(yes) will prevent the user from changing their password. C(no) will - C(yes) will prevent the user from changing their password. C(no) will
@ -81,7 +81,7 @@ options:
required: false required: false
choices: [ 'yes', 'no' ] choices: [ 'yes', 'no' ]
default: null default: null
version_added: "1.8" version_added: "1.9"
account_disabled: account_disabled:
description: description:
- C(yes) will disable the user account. C(no) will clear the disabled - C(yes) will disable the user account. C(no) will clear the disabled
@ -89,14 +89,14 @@ options:
required: false required: false
choices: [ 'yes', 'no' ] choices: [ 'yes', 'no' ]
default: null default: null
version_added: "1.8" version_added: "1.9"
account_locked: account_locked:
description: description:
- C(no) will unlock the user account if locked. - C(no) will unlock the user account if locked.
required: false required: false
choices: [ 'no' ] choices: [ 'no' ]
default: null default: null
version_added: "1.8" version_added: "1.9"
groups: groups:
description: description:
- Adds or removes the user from this comma-separated lis of groups, - Adds or removes the user from this comma-separated lis of groups,
@ -104,7 +104,7 @@ options:
C(replace) and I(groups) is set to the empty string ('groups='), the C(replace) and I(groups) is set to the empty string ('groups='), the
user is removed from all groups. user is removed from all groups.
required: false required: false
version_added: "1.8" version_added: "1.9"
groups_action: groups_action:
description: description:
- If C(replace), the user is added as a member of each group in - If C(replace), the user is added as a member of each group in
@ -114,11 +114,11 @@ options:
required: false required: false
choices: [ "replace", "add", "remove" ] choices: [ "replace", "add", "remove" ]
default: "replace" default: "replace"
version_added: "1.8" version_added: "1.9"
state: state:
description: description:
- When C(present), creates or updates the user account. When C(absent), - When C(present), creates or updates the user account. When C(absent),
removes the user account if it exists. When C(query) (new in 1.8), removes the user account if it exists. When C(query) (new in 1.9),
retrieves the user account details without making any changes. retrieves the user account details without making any changes.
required: false required: false
choices: choices: