fix the vm name
This commit is contained in:
parent
b7252b0815
commit
ad49057330
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue