Cloud VM #7

Merged
cyclane merged 35 commits from cloud-vm into main 2023-09-26 19:50:12 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 46303021f5 - Show all commits

View File

@ -8,7 +8,9 @@
- name: Install system packages
ansible.builtin.apt:
update_cache: true
pkg: qemu-guest-agent
pkg:
- qemu-guest-agent
- parted
become: true
- name: Enable qemu-guest-agent
ansible.builtin.systemd: