mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Doc: rabbitmq_user pw change and force
Document that need to add force=yes to change password of existing user
This commit is contained in:
parent
64995bfc22
commit
1bcc60992c
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@ options:
|
||||||
aliases: [username, name]
|
aliases: [username, name]
|
||||||
password:
|
password:
|
||||||
description:
|
description:
|
||||||
- Password of user to add
|
- Password of user to add.
|
||||||
|
- To change the password of an existing user, you must also specify
|
||||||
|
C(force=yes).
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue