From 38a714833de9b2a876f9d55fe93386e647892374 Mon Sep 17 00:00:00 2001 From: John Imison <857198+Im0@users.noreply.github.com> Date: Fri, 7 Sep 2018 15:01:49 +1000 Subject: [PATCH] pyvcloud requirement documented (#44347) --- lib/ansible/modules/cloud/vmware/vca_vapp.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/ansible/modules/cloud/vmware/vca_vapp.py b/lib/ansible/modules/cloud/vmware/vca_vapp.py index f1984c81e15..9a9a615d25a 100644 --- a/lib/ansible/modules/cloud/vmware/vca_vapp.py +++ b/lib/ansible/modules/cloud/vmware/vca_vapp.py @@ -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: