mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
corrected required to be bool instead of list
This commit is contained in:
parent
61668019f4
commit
7d41532bb2
1 changed files with 4 additions and 8 deletions
|
@ -35,15 +35,11 @@ options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- name of the vgw to be created or deleted
|
- name of the vgw to be created or deleted
|
||||||
required:
|
required: false
|
||||||
- true when combined with a state of 'present'
|
|
||||||
- false when combined with a state of 'absent'
|
|
||||||
type:
|
type:
|
||||||
description:
|
description:
|
||||||
- type of the virtual gateway to be created
|
- type of the virtual gateway to be created
|
||||||
required:
|
required: false
|
||||||
- true when combined with a state of 'present'
|
|
||||||
- false when combined with a state of 'absent'
|
|
||||||
vpn_gateway_id:
|
vpn_gateway_id:
|
||||||
description:
|
description:
|
||||||
- vpn gateway id of an existing virtual gateway
|
- vpn gateway id of an existing virtual gateway
|
||||||
|
|
Loading…
Reference in a new issue