restructure
This commit is contained in:
1
ansible/roles/vm_template/defaults/main.yml
Normal file
1
ansible/roles/vm_template/defaults/main.yml
Normal file
@ -0,0 +1 @@
|
||||
---
|
7
ansible/roles/vm_template/tasks/main.yml
Normal file
7
ansible/roles/vm_template/tasks/main.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: sysprep the template vhd
|
||||
when: template_created is changed
|
||||
ansible.builtin.shell:
|
||||
cmd: |
|
||||
virt-sysprep -a {{ root_vhd_pool_dir }}/{{ vhd_template }}
|
Reference in New Issue
Block a user