summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/messaging
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2018-11-20 19:31:35 +0000
committerGitHub <noreply@github.com>2018-11-20 19:31:35 +0000
commit3fcc564bbb079cbf0aea949438d4d9148acf2171 (patch)
tree507938368d858b7f843e1c23ebf10f18ee28b9ce /lib/ansible/modules/messaging
parent9c71f176f3d2e76109c3d5f29b3d1ce1671abb8d (diff)
downloadansible-3fcc564bbb079cbf0aea949438d4d9148acf2171.tar.gz
Bulk fix DOCUMENTATION.author (Part 1) (#48934)
* Bulk fix DOCUMENTATION.author
Diffstat (limited to 'lib/ansible/modules/messaging')
-rw-r--r--lib/ansible/modules/messaging/rabbitmq_vhost_limits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/messaging/rabbitmq_vhost_limits.py b/lib/ansible/modules/messaging/rabbitmq_vhost_limits.py
index 5a6e7eb58f..32f3cd2b79 100644
--- a/lib/ansible/modules/messaging/rabbitmq_vhost_limits.py
+++ b/lib/ansible/modules/messaging/rabbitmq_vhost_limits.py
@@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = '''
---
module: rabbitmq_vhost_limits
-author: '"Hiroyuki Matsuo (@h-matsuo)"'
+author: Hiroyuki Matsuo (@h-matsuo)
version_added: "2.8"
short_description: Manage the state of virtual host limits in RabbitMQ