mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add support for Python3 in vmware_guest_find
* Remove redundant get_obj method * Fix testcase * Correct logic for compile_folder_path_for_object Fixes: #25984 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
Toshio Kuratomi
parent
c51a4bc57d
commit
8027aad4b8
@@ -1,4 +1,3 @@
|
||||
posix/ci/cloud/vcenter
|
||||
cloud/vcenter
|
||||
skip/python3
|
||||
destructive
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Test code for the vmware_guest_find module.
|
||||
# (c) 2017, James Tanner <tanner.jc@gmail.com>
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
||||
- name: make sure pyvmomi is installed
|
||||
pip:
|
||||
name: pyvmomi
|
||||
|
||||
Reference in New Issue
Block a user