Fix tags documentation into rabbitmq_policy module

This commit is contained in:
THEBAULT Julien 2017-01-06 12:39:30 +01:00 committed by Brian Coca
parent 90002e06ae
commit d1b38cb718

View file

@ -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):