mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Fux bug 18584 (#18718)
This commit is contained in:
parent
cb4153c285
commit
9d8fc7afce
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ class VcaAnsibleModule(AnsibleModule):
|
||||||
|
|
||||||
VCA_REQ_ARGS = ['instance_id', 'vdc_name']
|
VCA_REQ_ARGS = ['instance_id', 'vdc_name']
|
||||||
VCHS_REQ_ARGS = ['service_id']
|
VCHS_REQ_ARGS = ['service_id']
|
||||||
|
VCD_REQ_ARGS = []
|
||||||
|
|
||||||
def _validate_module(module):
|
def _validate_module(module):
|
||||||
if not HAS_PYVCLOUD:
|
if not HAS_PYVCLOUD:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue