Files
toallab-automation/roles/oatakan.windows_ovirt_template/tasks/convert_to_template.yml
2021-04-20 12:14:42 -04:00

10 lines
311 B
YAML

---
- name: convert to template
ovirt.ovirt.ovirt_template:
auth: "{{ ovirt_auth }}"
name: "{{ template.name }}"
vm: "{{ template.name }}"
cluster: "{{ providers.ovirt.cluster }}"
timeout: "{{ template_convert_timeout }}"
seal: "{{ template_convert_seal }}"
when: template is defined