cs_vpn_customer_gateway: fix missing return doc (#34644)

This commit is contained in:
René Moser
2018-01-09 16:13:24 +01:00
committed by GitHub
parent 4b53539e27
commit fbe46c5e21

View File

@@ -168,6 +168,11 @@ name:
returned: success
type: string
sample: my vpn customer gateway
cidrs:
description: List of CIDRs of this customer gateway.
returned: success
type: list
sample: [ 10.10.10.0/24 ]
'''
from ansible.module_utils.basic import AnsibleModule