Replace git-core with git for debian

With ansible-core 2.13 it tries to substitude package resolution in apt
module.
However git-core is used in Debian as transitional name, but ansible
tries to select it and provide version, which is not correct behaviour.
But since git-core is not really valid anyway, we just replace it
to workaround ansible's imperfectness.

Change-Id: I862e1ea4cef840d1903962181bfc8ec3c5a1e903
This commit is contained in:
Dmitriy Rabotyagov 2022-10-05 11:06:04 +02:00
parent 2a9d57f637
commit c43fc6c9c8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ cache_timeout: 600
_stestr_executable: "{{ (tempest_install_method == 'distro') | ternary('testr', 'stestr') }}"
tempest_distro_packages:
- git-core
- git
- libxslt1.1 # required by the python module unittest2
- build-essential # required to build tempest plugins (TODO) remove this when repo server can satisfy the tempest plugin requirements
- nmap # provides ncat tool which is required by some of the neutron-tempest-plugin scenario tests