mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
Merge pull request #3323 from lorin/rabbit-pw-force
Doc: rabbitmq_user pw change and force
This commit is contained in:
commit
f42e3bf010
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…
Add table
Add a link
Reference in a new issue