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
This commit is contained in:
Jonathan Rosser 2022-06-02 11:02:09 +01:00
parent f2ac55d454
commit e8ea5dd1d5
1 changed files with 3 additions and 0 deletions

View File

@ -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";