arranging vars
This commit is contained in:
@ -4,4 +4,8 @@
|
||||
when: template_created is changed
|
||||
ansible.builtin.shell:
|
||||
cmd: |
|
||||
virt-sysprep -a {{ root_vhd_pool_dir }}/{{ vhd_template }}
|
||||
virt-sysprep -a {{ root_vhd_pool_dir }}/{{ vhd_template }} \
|
||||
--format qcow2 \
|
||||
--delete /etc/systemd/network/* \
|
||||
--keep-user-accounts ladmin \
|
||||
--enable user-account,firewall-rules \
|
||||
|
Reference in New Issue
Block a user