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

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,6 +168,11 @@ name:
returned: success returned: success
type: string type: string
sample: my vpn customer gateway 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 from ansible.module_utils.basic import AnsibleModule