Merge pull request #503 from manuel-sousa/rabbitmq_exchange

Added missing default values
This commit is contained in:
Brian Coca 2015-05-18 10:25:32 -04:00
commit 20bf6d825e

View file

@ -94,7 +94,8 @@ options:
arguments: arguments:
description: description:
- extra arguments for exchange. If defined this argument is a key/value dictionary - extra arguments for exchange. If defined this argument is a key/value dictionary
required: false required: false
default: {}
''' '''
EXAMPLES = ''' EXAMPLES = '''