From 1bcc60992ce9c257c236b6e212f9c28904aaacb2 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 --- library/messaging/rabbitmq_user | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library/messaging/rabbitmq_user b/library/messaging/rabbitmq_user index 77cf67f9f29..9cae38efe4b 100644 --- a/library/messaging/rabbitmq_user +++ b/library/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: