Merge pull request #599 from bcoca/vmware_template_version

added version added for new template options
This commit is contained in:
Toshio Kuratomi 2015-01-06 13:38:18 -08:00
commit 1ca8b42770

View file

@ -69,11 +69,13 @@ options:
default: present default: present
choices: ['present', 'powered_off', 'absent', 'powered_on', 'restarted', 'reconfigured'] choices: ['present', 'powered_off', 'absent', 'powered_on', 'restarted', 'reconfigured']
from_template: from_template:
version_added: "1.9"
description: description:
- Specifies if the VM should be deployed from a template (cannot be ran with state) - Specifies if the VM should be deployed from a template (cannot be ran with state)
default: no default: no
choices: ['yes', 'no'] choices: ['yes', 'no']
template_src: template_src:
version_added: "1.9"
description: description:
- Name of the source template to deploy from - Name of the source template to deploy from
default: None default: None