From 7818ad144c6733b0dc87946af02e9fdc849ee8fd Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Mon, 20 May 2019 12:59:09 +0200 Subject: [PATCH] Add apt-utils everywhere Without apt-utils, issues can arise if apt module is used and dpkg_options are passed, like in the ceph job [1]. Of course, this is only when questions are asked, but the package still needs to be there to handle those cases. [1]: http://logs.openstack.org/66/659966/1/gate/openstack-ansible-deploy-aio_ceph-ubuntu-bionic/42db2a7/logs/ara-report/result/c580c842-a47c-454a-b59d-af7d5441fae1/ Change-Id: Ib1bc632e2485736efc2386a071657425883d0c84 --- vars/ubuntu-18.04.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/ubuntu-18.04.yml b/vars/ubuntu-18.04.yml index 9f06a2f4..456958be 100644 --- a/vars/ubuntu-18.04.yml +++ b/vars/ubuntu-18.04.yml @@ -52,6 +52,7 @@ _openstack_host_distro_packages: - python-virtualenv - python3-virtualenv - virtualenv + - apt-utils ## Bare metal base packages _openstack_host_metal_distro_packages: