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

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
1 changed files with 3 additions and 1 deletions

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: