vmware_guest: fixes for cache objects and datacenter association (#26719)

* vmware_guest: fixes for cache objects and datacenter association
* find_all_objs was only looking for datastores
* Clear the result if it's datacenter is not correct.
* Re-enable pyvmomi installation

Addresses #25011
Addresses #26511
This commit is contained in:
jctanner 2017-07-12 17:10:48 -04:00 committed by GitHub
commit df507ca9c4
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
#- name: make sure pyvmomi is installed
# pip:
# name: pyvmomi
# state: latest
- name: make sure pyvmomi is installed
pip:
name: pyvmomi
state: latest
- name: store the vcenter container ip
set_fact: