First commit

This commit is contained in:
Fern Garden 2025-05-07 22:12:32 +08:00
commit dc708aa3dd
11 changed files with 340 additions and 0 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