Native YAML - messaging (#3599)

This commit is contained in:
Fabio Alessandro Locati 2016-12-01 13:59:53 +00:00 committed by Matt Clay
commit 8a6df38cc5
8 changed files with 60 additions and 26 deletions

View file

@ -55,7 +55,9 @@ options:
EXAMPLES = '''
# Ensure that the vhost /test exists.
- rabbitmq_vhost: name=/test state=present
- rabbitmq_vhost:
name: /test
state: present
'''
class RabbitMqVhost(object):