mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
added version added for new template options
This commit is contained in:
@@ -69,11 +69,13 @@ options:
|
||||
default: present
|
||||
choices: ['present', 'powered_off', 'absent', 'powered_on', 'restarted', 'reconfigured']
|
||||
from_template:
|
||||
version_added: "1.9"
|
||||
description:
|
||||
- Specifies if the VM should be deployed from a template (cannot be ran with state)
|
||||
default: no
|
||||
choices: ['yes', 'no']
|
||||
template_src:
|
||||
version_added: "1.9"
|
||||
description:
|
||||
- Name of the source template to deploy from
|
||||
default: None
|
||||
|
||||
Reference in New Issue
Block a user