From 4267d12e6170e4edc2bcdb9eda2692f9376e7c2b Mon Sep 17 00:00:00 2001 From: Lachlan Cooper Date: Wed, 14 Feb 2018 19:41:05 +1100 Subject: [PATCH] Fix description for rabbitmq_policy (#36149) This was copied from rabbitmq_vhost. --- lib/ansible/modules/messaging/rabbitmq_policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/messaging/rabbitmq_policy.py b/lib/ansible/modules/messaging/rabbitmq_policy.py index 2480725b1bf..5211cd3d875 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: