Resolve docs conflict.

pull/3220/merge
Michael DeHaan 13 years ago
parent 572f49b11f
commit 2eb3a9a3c9

@ -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 = '''

Loading…
Cancel
Save