Merge "Simplify installtion of libpython"

This commit is contained in:
Zuul 2022-02-14 11:19:18 +00:00 committed by Gerrit Code Review
commit 94d2856291
1 changed files with 1 additions and 1 deletions

View File

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