ansible-collections / vmware.vmware

Ansible VMWare Collection
GNU General Public License v3.0
7 stars 10 forks source link

Require pyVmomi 6.7.1 #15

Closed mariolenz closed 6 months ago

mariolenz commented 6 months ago
SUMMARY

Some modules in community.vmware require pyVmomi 6.7.1 or later. I think it would be easier to move those modules in the future to this collection (if we want to) if we already define this in requirements.txt now.

Additionally, HAS_PYVMOMIJSON is only used to test this and we could get rid of this because a) it's not used anywhere yet and b) wouldn't be needed if we define pyVmomi>=6.7.1 in requirements.txt.

ISSUE TYPE
COMPONENT NAME

requirements.txt

ADDITIONAL INFORMATION

ansible-collections/community.vmware#2071

6.7.1 has been released 2018-10-23, 5 1/2 years ago.