1
0
IaC/ansible/roles/vm_template/tasks/main.yml
2022-10-24 15:50:38 +13:00

7 lines
174 B
YAML

---
- name: sysprep the template vhd
when: template_created is changed
ansible.builtin.shell:
cmd: |
virt-sysprep -a {{ root_vhd_pool_dir }}/{{ vhd_template }}