1
0
Fork 0
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:
Nick Aslanidis 2016-03-06 16:36:13 +10:00 committed by Matt Clay
parent 61668019f4
commit 7d41532bb2

View file

@ -35,15 +35,11 @@ options:
name:
description:
- name of the vgw to be created or deleted
required:
- true when combined with a state of 'present'
- false when combined with a state of 'absent'
required: false
type:
description:
- type of the virtual gateway to be created
required:
- true when combined with a state of 'present'
- false when combined with a state of 'absent'
required: false
vpn_gateway_id:
description:
- vpn gateway id of an existing virtual gateway