diff options
Diffstat (limited to 'ansible/roles/install_dependencies/tasks/Debian.yml')
-rwxr-xr-x | ansible/roles/install_dependencies/tasks/Debian.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/roles/install_dependencies/tasks/Debian.yml b/ansible/roles/install_dependencies/tasks/Debian.yml index ac8332287..bba6fb13c 100755 --- a/ansible/roles/install_dependencies/tasks/Debian.yml +++ b/ansible/roles/install_dependencies/tasks/Debian.yml @@ -29,6 +29,7 @@ - qemu-kvm - qemu-user-static - qemu-utils + - kpartx - libvirt0 - python-libvirt - bridge-utils @@ -46,4 +47,4 @@ - uwsgi-plugin-python - supervisor - python-setuptools - + - lsof |