Reorganise

This commit is contained in:
Fern Garden 2025-05-12 13:47:47 +08:00
parent 4be4c0a719
commit 2722973e49
19 changed files with 161 additions and 255 deletions

View file

@ -0,0 +1,4 @@
- name: Restart qemu-guest-agent
service:
name: qemu-guest-agent
state: restarted

5
roles/vm/tasks/main.yml Normal file
View file

@ -0,0 +1,5 @@
- name: Install qemu-guest-agent package
become: true
apt:
pkg:
- qemu-guest-agent