mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
add missing exported state do doc string (#56109)
This commit is contained in:
@@ -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)."
|
||||
state:
|
||||
description:
|
||||
- "Should the Virtual Machine disk be present/absent/attached/detached."
|
||||
choices: ['present', 'absent', 'attached', 'detached']
|
||||
- "Should the Virtual Machine disk be present/absent/attached/detached/exported."
|
||||
choices: ['present', 'absent', 'attached', 'detached', 'exported']
|
||||
default: 'present'
|
||||
download_image_path:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user