mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix tags documentation into rabbitmq_policy module
This commit is contained in:
parent
90002e06ae
commit
d1b38cb718
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ EXAMPLES = '''
|
||||||
name: HA
|
name: HA
|
||||||
pattern: .*
|
pattern: .*
|
||||||
tags:
|
tags:
|
||||||
- ha-mode: all
|
ha-mode: all
|
||||||
'''
|
'''
|
||||||
class RabbitMqPolicy(object):
|
class RabbitMqPolicy(object):
|
||||||
def __init__(self, module, name):
|
def __init__(self, module, name):
|
||||||
|
|
Loading…
Reference in a new issue