Skip to content

Commit

Permalink
vmware_vm_info: Fix 2.15 integration test (#1757)
Browse files Browse the repository at this point in the history
vmware_vm_info: Fix 2.15 integration test

SUMMARY
The integration tests fail for vmware_vm_info when run in Zuul with ansible-core 2.15.
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
vmware_vm_info
ADDITIONAL INFORMATION
#1752
#1753
#1755
  • Loading branch information
mariolenz authored May 31, 2023
1 parent 1cae886 commit 5227339
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/integration/targets/vmware_vm_info/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- import_role:
name: prepare_vmware_tests
vars:
setup_attach_host: true
setup_datastore: true
setup_virtualmachines: true

Expand All @@ -16,13 +17,6 @@
username: '{{ esxi_user }}'
password: '{{ esxi_password }}'

- import_role:
name: prepare_vmware_tests
vars:
setup_attach_host: true
setup_datastore: true
setup_virtualmachines: true

- &vm_data
name: Get info about available vms
vmware_vm_info:
Expand Down

0 comments on commit 5227339

Please sign in to comment.