Cleanup refactor and libvirt removal tooling

This commit is contained in:
2025-12-27 21:44:33 +01:00
parent f08855456a
commit f62dba3ed6
8 changed files with 241 additions and 130 deletions

View File

@@ -0,0 +1,13 @@
---
- name: Unmount installer mounts
ansible.builtin.include_tasks: unmount.yml
- name: Trigger reboot into installed system
ansible.builtin.command:
argv:
- reboot
async: 1
poll: 0
changed_when: true
failed_when: false
ignore_unreachable: true