mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
pyvcloud requirement documented (#44347)
This commit is contained in:
parent
d309530bb6
commit
38a714833d
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@ description:
|
|||
version_added: "2.0"
|
||||
author:
|
||||
- Peter Sprygada (@privateip)
|
||||
notes:
|
||||
- VMware sold their vCloud Air service in Q2 2017.
|
||||
- VMware made significant changes to the pyvcloud interface around this time. The C(vca_vapp) module relies on now deprecated code.
|
||||
- Mileage with C(vca_vapp) may vary as vCloud Director APIs advance.
|
||||
- A viable alternative maybe U(https://github.com/vmware/ansible-module-vcloud-director)
|
||||
requirements:
|
||||
- pyvcloud <= 18.2.2
|
||||
options:
|
||||
vapp_name:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue