mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07: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:
parent
c51a4bc57d
commit
8027aad4b8
4 changed files with 8 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue