Changing docs to reflect vm_name as the default vm_id_type
This commit is contained in:
parent
fabafe9aa8
commit
0ee578e938
1 changed files with 2 additions and 1 deletions
|
@ -58,11 +58,12 @@ options:
|
|||
vm_id_type:
|
||||
description:
|
||||
- The identification tag for the VM
|
||||
default: dns_name
|
||||
default: vm_name
|
||||
choices:
|
||||
- 'uuid'
|
||||
- 'dns_name'
|
||||
- 'inventory_path'
|
||||
- 'vm_name'
|
||||
required: False
|
||||
vm_username:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue