fix(bootstrap): resolve interface-only network, sshd penalties, dnf scriptlets, and EFI cleanup
This commit is contained in:
@@ -40,10 +40,10 @@
|
||||
failed_when: false
|
||||
|
||||
- name: Undefine libvirt VM
|
||||
community.libvirt.virt:
|
||||
name: "{{ hostname }}"
|
||||
command: undefine
|
||||
uri: "{{ libvirt_uri | default('qemu:///system') }}"
|
||||
ansible.builtin.command:
|
||||
cmd: "virsh -c {{ libvirt_uri | default('qemu:///system') }} undefine {{ hostname }} --nvram"
|
||||
register: _libvirt_undefine_result
|
||||
changed_when: _libvirt_undefine_result.rc == 0
|
||||
failed_when: false
|
||||
|
||||
- name: Remove libvirt disk images
|
||||
|
||||
Reference in New Issue
Block a user