vmware/test: init esxi_user with esxi1_username

By default, `esxi_user` is initialize as `root`. We now use `esxi1_username`
instead.
pull/65976/head
Gonéri Le Bouder 5 years ago
parent 8d6b9cf6e0
commit 3ed0b2c7ea

@ -4,6 +4,7 @@ esxi_hosts:
rw_datastore: rw_datastore
ro_datastore: ro_datastore
esxi_password: '{{ esxi1_password }}'
esxi_user: '{{ esxi1_username }}'
infra:
datastores:
rw_datastore:

Loading…
Cancel
Save