progress on vm_template

This commit is contained in:
2022-10-24 22:53:50 +13:00
parent 09d6c93224
commit 8daf2d1ff8
4 changed files with 32 additions and 24 deletions

View File

@ -1,7 +1,7 @@
---
- name: sysprep the template vhd
when: template_created is changed
# when: template_created is changed
ansible.builtin.shell:
cmd: |
virt-sysprep -a {{ root_vhd_pool_dir }}/{{ vhd_template }} \