Commit 2eb3a9a3 by Michael DeHaan

Resolve docs conflict.

parent 572f49b1
...@@ -164,9 +164,7 @@ options: ...@@ -164,9 +164,7 @@ options:
choices: ['always', 'on_creation'] choices: ['always', 'on_creation']
version_added: "1.3" version_added: "1.3"
description: description:
- Control when does ansible update passwords. - C(always) will update passwords if they differ. C(on_creation) will only set the password for newly created users.
C(always) will update if they differ.
C(on_creation) will only update the password if user is being created.
''' '''
EXAMPLES = ''' 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