7 lines
174 B
YAML
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 }}
|