summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/messaging
diff options
context:
space:
mode:
authorLachlan Cooper <lachlancooper@gmail.com>2018-02-14 19:41:05 +1100
committerRené Moser <mail@renemoser.net>2018-02-14 09:41:05 +0100
commit4267d12e6170e4edc2bcdb9eda2692f9376e7c2b (patch)
tree5a74e5dbf898fc8e9ac7c5f33f6bec85ef3e33ba /lib/ansible/modules/messaging
parent08eaf37ca847438b79c293cb891d13dcfa87c12f (diff)
downloadansible-4267d12e6170e4edc2bcdb9eda2692f9376e7c2b.tar.gz
Fix description for rabbitmq_policy (#36149)
This was copied from rabbitmq_vhost.
Diffstat (limited to 'lib/ansible/modules/messaging')
-rw-r--r--lib/ansible/modules/messaging/rabbitmq_policy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/messaging/rabbitmq_policy.py b/lib/ansible/modules/messaging/rabbitmq_policy.py
index 2480725b1b..5211cd3d87 100644
--- a/lib/ansible/modules/messaging/rabbitmq_policy.py
+++ b/lib/ansible/modules/messaging/rabbitmq_policy.py
@@ -18,7 +18,7 @@ DOCUMENTATION = '''
module: rabbitmq_policy
short_description: Manage the state of policies in RabbitMQ.
description:
- - Manage the state of a virtual host in RabbitMQ.
+ - Manage the state of a policy in RabbitMQ.
version_added: "1.5"
author: "John Dewey (@retr0h)"
options: