mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Cleaned up docs just a smidge
Mostly added periods where missed, and corrected /vhost spacing.
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: rabbitmq_policy
|
||||
short_description: Manage the state of policies in RabbitMQ
|
||||
short_description: Manage the state of policies in RabbitMQ.
|
||||
description:
|
||||
- Manage the state of a virtual host in RabbitMQ
|
||||
- Manage the state of a virtual host in RabbitMQ.
|
||||
version_added: "1.0"
|
||||
author: John Dewey
|
||||
options:
|
||||
@@ -66,7 +66,7 @@ options:
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
# Ensure that the /vhost contains the HA policy.
|
||||
# Ensure that the / vhost contains the HA policy.
|
||||
- rabbitmq_policy: name=/ params='{"ha-mode":"all"}' policy=HA pattern='.*'
|
||||
'''
|
||||
class RabbitMqPolicy(object):
|
||||
|
||||
Reference in New Issue
Block a user