fix parted
Some checks failed
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 3m24s

This commit is contained in:
Gleb Koval 2023-09-25 23:48:06 +01:00
parent 2506402fae
commit 46303021f5
Signed by: cyclane
GPG Key ID: 15E168A8B332382C

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: