1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Added missing default values

This commit is contained in:
Manuel Sousa 2015-05-18 13:20:22 +01:00 committed by Matt Clay
parent 18fc41cd24
commit 8d618fc552

View file

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