mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Changing docs to reflect vm_name as the default vm_id_type
This commit is contained in:
parent
103be7ab51
commit
0606233431
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