mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 03:33:10 +00:00
Fux bug 18584 (#18718)
This commit is contained in:
committed by
John R Barker
parent
cb4153c285
commit
9d8fc7afce
@@ -204,7 +204,7 @@ class VcaAnsibleModule(AnsibleModule):
|
||||
|
||||
VCA_REQ_ARGS = ['instance_id', 'vdc_name']
|
||||
VCHS_REQ_ARGS = ['service_id']
|
||||
|
||||
VCD_REQ_ARGS = []
|
||||
|
||||
def _validate_module(module):
|
||||
if not HAS_PYVCLOUD:
|
||||
|
||||
Reference in New Issue
Block a user