1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Resolve docs conflict.

This commit is contained in:
Michael DeHaan 2013-06-16 22:39:11 -04:00
parent 572f49b11f
commit 2eb3a9a3c9

View file

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