cs_vpn_customer_gateway: fix missing return doc (#34644)

pull/34670/head
René Moser 7 years ago committed by GitHub
parent 4b53539e27
commit fbe46c5e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save