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:
parent
572f49b11f
commit
2eb3a9a3c9
1 changed files with 1 additions and 3 deletions
|
@ -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 = '''
|
||||
|
|
Loading…
Reference in a new issue