Merge "Add debian bullseye support"

This commit is contained in:
Zuul 2021-06-02 14:16:26 +00:00 committed by Gerrit Code Review
commit 613cdf5d03
2 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@ _lxc_hosts_distro_packages:
- liblxc1
- lxc
- lxc-dev
- lxc-templates
- procps
- python3-dev
- python3-lxc

View File

@ -42,7 +42,7 @@ _lxc_cache_distro_packages:
- openssh-server
- procps # provides sysctl which is a requirement
- python3
- libpython3.7
- "{{ hostvars[physical_host]['ansible_facts']['distribution_major_version'] is version('10', '>') | ternary('libpython3.9', 'libpython3.7') }}"
- rsync # os_keystone runs serial=1 and uses rsync before the distro packages have been installed on all keystone targets
- sudo
- systemd