Merge pull request #503 from manuel-sousa/rabbitmq_exchange
Added missing default values
This commit is contained in:
commit
20bf6d825e
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ options:
|
|||
arguments:
|
||||
description:
|
||||
- extra arguments for exchange. If defined this argument is a key/value dictionary
|
||||
required: false
|
||||
required: false
|
||||
default: {}
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Reference in a new issue