mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
vmware_guest test - Use the cluster name instead of the path (#45368)
This commit is contained in:
committed by
Abhijeet Kasurde
parent
a3a189fc83
commit
ab133def0b
@@ -135,7 +135,7 @@
|
||||
folder: "/{{ (clusterlist['json'][0]|basename).split('_')[0] }}/vm"
|
||||
name: CDROM-Test-38679
|
||||
datacenter: "{{ (clusterlist['json'][0]|basename).split('_')[0] }}"
|
||||
cluster: "{{ clusterlist['json'][0] }}"
|
||||
cluster: "{{ clusterlist['json'][0].split('/')[-1] }}"
|
||||
resource_pool: Resources
|
||||
guest_id: centos64Guest
|
||||
hardware:
|
||||
|
||||
Reference in New Issue
Block a user