From 12c189231cfd40e8e7516200efda4c1587d73956 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 23 Jun 2013 11:05:09 -0400 Subject: [PATCH] Doc: rabbitmq_user pw change and force Document that need to add force=yes to change password of existing user --- messaging/rabbitmq_user | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/messaging/rabbitmq_user b/messaging/rabbitmq_user index 77cf67f9f29..9cae38efe4b 100644 --- a/messaging/rabbitmq_user +++ b/messaging/rabbitmq_user @@ -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: