diff --git a/meta/main.yml b/meta/main.yml index 314c1d6b..7eec8df6 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -18,17 +18,17 @@ galaxy_info: description: Deployment of LXC hosts for use in Rackspace Private Cloud company: Rackspace license: Apache2 - min_ansible_version: 2.4 + min_ansible_version: 2.9 platforms: - name: Debian versions: - bullseye - name: Ubuntu versions: - - focal + - jammy - name: EL versions: - - 8 + - 9 categories: - cloud - lxc diff --git a/vars/debian.yml b/vars/debian.yml index df4de99a..5045c7b0 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -32,9 +32,7 @@ _lxc_cache_map: _lxc_cache_prep_template: "prep-scripts/debian_prep.sh.j2" _lxc_cache_distro_libpython: - buster: libpython3.7 bullseye: libpython3.9 - focal: libpython3.8 jammy: libpython3.10 # This list should contain a minimum set of packages. Add extra packages via roles that require them.