This commit is contained in:
Fern Garden 2025-05-08 09:17:30 +08:00
parent 667fc21c12
commit 75cacd3182
15 changed files with 125 additions and 148 deletions

View file

@ -0,0 +1,9 @@
- name: Install package
apt:
pkg:
- qemu-guest-agent
- name: Make sure service is running
systemd_service:
state: started
name: qemu-guest-agent