vmware/test: init esxi_user with esxi1_username
By default, `esxi_user` is initialize as `root`. We now use `esxi1_username` instead.
This commit is contained in:
parent
8d6b9cf6e0
commit
3ed0b2c7ea
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ esxi_hosts:
|
||||||
rw_datastore: rw_datastore
|
rw_datastore: rw_datastore
|
||||||
ro_datastore: ro_datastore
|
ro_datastore: ro_datastore
|
||||||
esxi_password: '{{ esxi1_password }}'
|
esxi_password: '{{ esxi1_password }}'
|
||||||
|
esxi_user: '{{ esxi1_username }}'
|
||||||
infra:
|
infra:
|
||||||
datastores:
|
datastores:
|
||||||
rw_datastore:
|
rw_datastore:
|
||||||
|
|
Loading…
Reference in a new issue