summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sinchok <chris@sinchok.com>2014-02-28 11:38:11 -0600
committerChris Sinchok <chris@sinchok.com>2014-02-28 11:38:11 -0600
commit796ac6d01cd645842ccfaa677219a408c1a9a039 (patch)
treeefedad064ff8fcb53bd5f7232fe14552b3c64157
parente798b558aacb0ea57417ee45fc170d4b8f2e507e (diff)
downloadansible-796ac6d01cd645842ccfaa677219a408c1a9a039.tar.gz
Typo in rabbitmq_plugin docs
Should be "plugins", not "users".
-rw-r--r--library/messaging/rabbitmq_plugin2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/messaging/rabbitmq_plugin b/library/messaging/rabbitmq_plugin
index 3a6e02122d..53c38f978d 100644
--- a/library/messaging/rabbitmq_plugin
+++ b/library/messaging/rabbitmq_plugin
@@ -21,7 +21,7 @@
DOCUMENTATION = '''
---
module: rabbitmq_plugin
-short_description: Adds or removes users to RabbitMQ
+short_description: Adds or removes plugins to RabbitMQ
description:
- Enables or disables RabbitMQ plugins
version_added: "1.1"