Add debian bullseye support

Change-Id: Ie2d96c7661310d567870164d2745a3640cf8c624
This commit is contained in:
Dmitriy Rabotyagov 2021-05-31 16:20:34 +03:00
parent 786c4fcf18
commit a1ca102c33
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