1
0
Fork 0
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:
Chrrrles Paul 2015-12-11 09:57:10 -05:00 committed by Matt Clay
parent 103be7ab51
commit 0606233431

View file

@ -58,11 +58,12 @@ options:
vm_id_type: vm_id_type:
description: description:
- The identification tag for the VM - The identification tag for the VM
default: dns_name default: vm_name
choices: choices:
- 'uuid' - 'uuid'
- 'dns_name' - 'dns_name'
- 'inventory_path' - 'inventory_path'
- 'vm_name'
required: False required: False
vm_username: vm_username:
description: description: