Commit 9f753973 by Brian Coca

updated module docs to reflect 'correct' on_create vs on_creation

Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
parent 955611bd
......@@ -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 = '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment