Create qemu_guest_agent role

This commit is contained in:
jeltz 2021-12-13 02:19:11 +01:00
parent 7f6c36daaf
commit c2657224a6

View file

@ -0,0 +1,5 @@
---
- name: Install qemu-guest-agent
apt:
name: qemu-guest-agent
...