mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 18:04:02 -07:00
Native YAML - messaging (#3599)
This commit is contained in:
parent
5209969a7c
commit
8a6df38cc5
8 changed files with 60 additions and 26 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue