-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vmware_guest: Define sub-options of disk in argument_spec #640
vmware_guest: Define sub-options of disk in argument_spec #640
Conversation
ea56684
to
8e78116
Compare
recheck |
fb6d086
to
a3add69
Compare
For the record: Last CI run failed to clone https://github.com/vmware/vsphere-automation-sdk-python.git |
recheck |
1 similar comment
recheck |
Co-authored-by: Abhijeet Kasurde <[email protected]>
0355163
to
eca87ec
Compare
eca87ec
to
e94651a
Compare
recheck |
1 similar comment
recheck |
This doesn't look to have anything to do with my changes, it looks like a CI problem:
|
@mariolenz I think ansible/ansible#73525 will solve the CI related issue. |
recheck |
Hi @mariolenz could you please alter the line community.vmware/plugins/modules/vmware_guest.py Line 2480 in f913056
to
to solve #703 |
SUMMARY
As a follow-up to #595 I'd also like to define the inner structure of
disk
inargument_spec
.ISSUE TYPE
COMPONENT NAME
vmware_guest
ADDITIONAL INFORMATION
I think that a correct
argument_spec
helps us a lot. For example, we don't have to check manually for a validcontroller_type
if we definechoices=['buslogic', 'lsilogic', 'paravirtual', 'lsilogicsas', 'sata', 'nvme']
.