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

This commit is contained in:
Manuel Sousa 2015-05-18 13:22:35 +01:00 committed by Matt Clay
parent 2f4edb29d4
commit 96b2504cf1

View file

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