updated module docs to reflect 'correct' on_create vs on_creation
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
This commit is contained in:
parent
955611bda8
commit
9f75397310
1 changed files with 2 additions and 2 deletions
|
@ -161,10 +161,10 @@ options:
|
|||
update_password:
|
||||
required: false
|
||||
default: always
|
||||
choices: ['always', 'on_creation']
|
||||
choices: ['always', 'on_create']
|
||||
version_added: "1.3"
|
||||
description:
|
||||
- C(always) will update passwords if they differ. C(on_creation) will only set the password for newly created users.
|
||||
- C(always) will update passwords if they differ. C(on_create) will only set the password for newly created users.
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Reference in a new issue