fix the vm name

This commit is contained in:
Gonéri Le Bouder 2019-07-10 12:05:58 +02:00
parent b7252b0815
commit ad49057330

View file

@ -17,7 +17,7 @@
hostname: "{{ vcenter_hostname }}"
username: "{{ vcenter_username }}"
password: "{{ vcenter_password }}"
name: "{{ infra.vm_list[0] }}"
name: "{{ virtual_machines[0].name }}"
keys_send:
- DOWNARROW
- DOWNARROW
@ -35,7 +35,7 @@
hostname: "{{ vcenter_hostname }}"
username: "{{ vcenter_username }}"
password: "{{ vcenter_password }}"
name: "{{ infra.vm_list[0] }}"
name: "{{ virtual_machines[0].name }}"
string_send: "test-user"
register: send_string
- debug: var=send_string