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

Merge pull request #3323 from lorin/rabbit-pw-force

Doc: rabbitmq_user pw change and force
This commit is contained in:
Michael DeHaan 2013-06-23 10:52:44 -07:00
commit f42e3bf010

View file

@ -35,7 +35,9 @@ options:
aliases: [username, name]
password:
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
default: null
tags: