mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
Fixed typos (#52426)
This commit is contained in:
parent
be3a47e2fe
commit
7d6a94e7dc
6 changed files with 10 additions and 10 deletions
|
@ -344,7 +344,7 @@ options:
|
|||
datastore:
|
||||
description:
|
||||
- Specify datastore or datastore cluster to provision virtual machine.
|
||||
- 'This will take precendence over "disk.datastore" parameter.'
|
||||
- 'This will take precedence over "disk.datastore" parameter.'
|
||||
- This parameter is useful to override datastore or datastore cluster setting.
|
||||
- For example, when user has different datastore or datastore cluster for templates and virtual machines.
|
||||
- Please see example for more usage.
|
||||
|
@ -2120,7 +2120,7 @@ class PyVmomiHelper(PyVmomi):
|
|||
|
||||
# set the destination datastore for VM & disks
|
||||
if self.params['datastore']:
|
||||
# Give precendence to datastore value provided by user
|
||||
# Give precedence to datastore value provided by user
|
||||
# User may want to deploy VM to specific datastore.
|
||||
datastore_name = self.params['datastore']
|
||||
# Check if user has provided datastore cluster first
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue