add missing exported state do doc string (#56109)
parent
23e63c9237
commit
ba9f0d53b2
|
@ -37,8 +37,8 @@ options:
|
||||||
- "ID of the Virtual Machine to manage. Either C(vm_id) or C(vm_name) is required if C(state) is I(attached) or I(detached)."
|
- "ID of the Virtual Machine to manage. Either C(vm_id) or C(vm_name) is required if C(state) is I(attached) or I(detached)."
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- "Should the Virtual Machine disk be present/absent/attached/detached."
|
- "Should the Virtual Machine disk be present/absent/attached/detached/exported."
|
||||||
choices: ['present', 'absent', 'attached', 'detached']
|
choices: ['present', 'absent', 'attached', 'detached', 'exported']
|
||||||
default: 'present'
|
default: 'present'
|
||||||
download_image_path:
|
download_image_path:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in New Issue