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:
parent
4b53539e27
commit
fbe46c5e21
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue