From e8ea5dd1d5c69e34e7e0bb8640e4eb39eede8f72 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 2 Jun 2022 11:02:09 +0100 Subject: [PATCH] Add default apt config for ubuntu 22.04 The patch for this to the other operating systems landed before support for ubuntu-22.04 was added to this role, so the var was missing in the 22.04 specific vars file. Change-Id: I3b497a65b65238ab005736376ca23d6dc0cb2f58 --- vars/ubuntu-22.04.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vars/ubuntu-22.04.yml b/vars/ubuntu-22.04.yml index 22c6db9f..57e17af8 100644 --- a/vars/ubuntu-22.04.yml +++ b/vars/ubuntu-22.04.yml @@ -92,3 +92,6 @@ _package_repos: [] # filename: "uca" _openstack_ca_bundle_path: /etc/ssl/certs/ca-certificates.crt + +_openstack_hosts_package_manager_default_conf: | + APT::Install-Recommends "false";