mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
cs_vpn_customer_gateway: fix missing return doc (#34644)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user