mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Merge pull request #3388 from bcoca/fixed_user_create_doc
updated module docs to reflect 'correct' on_create vs on_creation
This commit is contained in:
@@ -161,10 +161,10 @@ options:
|
|||||||
update_password:
|
update_password:
|
||||||
required: false
|
required: false
|
||||||
default: always
|
default: always
|
||||||
choices: ['always', 'on_creation']
|
choices: ['always', 'on_create']
|
||||||
version_added: "1.3"
|
version_added: "1.3"
|
||||||
description:
|
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 = '''
|
EXAMPLES = '''
|
||||||
|
|||||||
Reference in New Issue
Block a user